mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Azumarill",
|
||||
de: "Azumarill"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Froth",
|
||||
de: "Froth"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, when you play Azumarill from your hand to evolve 1 of your Active Pokémon, you may use this power. Each Defending Pokémon is now Paralyzed.",
|
||||
de: "Once during your turn, when you play Azumarill from your hand to evolve 1 of your Active Pokémon, you may use this power. Each Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Water Punch",
|
||||
de: "Water Punch"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin for each Water Energy attached to Azumarill. This attack does 20 damage plus 20 more damage for each heads.",
|
||||
de: "Flip a coin for each Energy attached to Azumarill. This attack does 20 damage plus 20 more damage for each heads."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Steelix",
|
||||
de: "Dunkles Stahlos"
|
||||
},
|
||||
illustrator: "Kyoko Koizumi",
|
||||
rarity: "Rare",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Link",
|
||||
de: "Energy Link"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for an Energy card and attach it to Dark Steelix.",
|
||||
de: "Search your discard pile for an Energy card and attack it to Dark Steelix."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -48,6 +51,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Heavy Impact",
|
||||
de: "Heavy Impact"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Moltres ex",
|
||||
de: "Rockets Lavados ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dark Lift",
|
||||
de: "Dark Lift"
|
||||
},
|
||||
effect: {
|
||||
en: "If Rocket's Moltres ex has any Darkness Energy attached to it, the Retreat Cost for Rocket's Moltres ex is 0.\"",
|
||||
de: "If Rocket's Moltres ex has any Energy attache to it, the Retread Cost for Rocket's Moltres ex is 0."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Dance",
|
||||
de: "Fire Dance"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for a Fire Energy card and attach it to 1 of your Pokémon.\"",
|
||||
de: "Search your discard pile for a Energy card and attached it to 1 of your Pokémon."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -54,6 +59,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Combustion",
|
||||
de: "Combustion"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Scizor ex",
|
||||
de: "Rockets Scherox ex"
|
||||
},
|
||||
illustrator: "Hikaru Koike",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dual Armor",
|
||||
de: "Dual Armor"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rocket's Scizor ex has any Metal Energy attached to it, Rocket's Scizor ex is both Darkness and Metal type.\"",
|
||||
de: "As long as Rocket's Scizor ex has any Energy attached to it, Rocket's Scizor ex is both and type."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rotating Claws",
|
||||
de: "Rotating Claws"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Scyther ex",
|
||||
de: "Rockets Sichlor ex"
|
||||
},
|
||||
illustrator: "Hikaru Koike",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dual Armor",
|
||||
de: "Dual Armor"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rocket's Scyther ex has any Grass Energy attached to it, Rocket's Scyther ex is both Grass and Darkness type.\"",
|
||||
de: "As long as Rocket's Scyther ex has any Energy attached to it, Rocket's Scyther ex is both and type."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bounce",
|
||||
de: "Bounce"
|
||||
},
|
||||
effect: {
|
||||
en: "After your attack, you may switch Rocket's Scyther ex with 1 of your Benched Pokémon.",
|
||||
de: "After your attack, you may switch Rocket's Scyther ex with 1 of your Benched Pokémon."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -53,9 +58,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slashing Strike",
|
||||
de: "Slashing Strike"
|
||||
},
|
||||
effect: {
|
||||
en: "Rocket's Scyther ex can't use Slashing Strike during your next turn.",
|
||||
de: "Rocket's Scyther ex can't use Slashing Strike during your next turn."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Sneasel ex",
|
||||
de: "Rockets Sniebel ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Drag Off",
|
||||
de: "Drag Off"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Ring",
|
||||
de: "Dark Ring"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 30 damage plus 10 more damage for each of your Darkness Pokémon in play.\"",
|
||||
de: "Does 30 damage plus 10 more damage for each of your Pokémon in play."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Snorlax ex",
|
||||
de: "Rockets Relaxo ex"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dark Healer",
|
||||
de: "Dark Healer"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rocket's Snorlax ex has any Darkness Energy attached to it, remove 1 damage counter from Rocket's Snorlax ex between turns.\"",
|
||||
de: "As long as Rocket's Snorlax ex has any Energy attached to it, remove 1 damage counter from Rocket's Snorlax ex between turns."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Claws",
|
||||
de: "Poison Claws"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Poisoned."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -55,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Collapse",
|
||||
de: "Collapse"
|
||||
},
|
||||
effect: {
|
||||
en: "Rocket's Snorlax ex is now Asleep.",
|
||||
de: "Rocket's Snorlax ex is now Asleep."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Suicune ex",
|
||||
de: "Rockets Suicune ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dark and Clear",
|
||||
de: "Dark and Clear"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rocket's Suicune ex has any Darkness Energy attached to it, Rocket's Suicune ex can't be affected by any Special Conditions.\"",
|
||||
de: "As long as Rocket's Suicune ex has any Energy attached to it, Rocket's Suicune ex can't be affected by any Special Conditions."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Icy Wind",
|
||||
de: "Icy Wind"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
de: "The Defending Pokémon is now Asleep."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -53,11 +58,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Splash",
|
||||
de: "Hyper Splash"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Stage 2 Evolved Pokémon, this attack does 50 damage plus 40 more damage.",
|
||||
de: "If the Defending Pokémon is a Stage 2 Evolved Pokémon this attack does 50 damage plus 40 more damage."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Zapdos ex",
|
||||
de: "Rockets Zapdos ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Darkness Guard",
|
||||
de: "Darkness Guard"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rocket's Zapdos ex has any Darkness Energy attached to it, damage done to Rocket's Zapdos ex by an opponent's attack is reduced by 10 (after applying Weakness and Resistance).\"",
|
||||
de: "As long as Rocket's Zapdos ex has any Energy attached to it, damage done to Rocket's Zapdos ex by an opponent's attack is reduced by 10 (after applying Weakness and Resistance)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Plasma",
|
||||
de: "Plasma"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for a Lightning Energy card and attach it to Rocket's Zapdos ex.\"",
|
||||
de: "Search your discard pile for a Energy card and attach it to Rocket's Zapdos ex."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -53,9 +58,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Raging Thunder",
|
||||
de: "Raging Thunder"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage to 1 of your Pokémon.",
|
||||
de: "This attack does 30 damage to 1 of your Pokémon."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mudkip Star",
|
||||
de: "Hydropi *"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Whirlpool",
|
||||
de: "Whirlpool"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
|
||||
de: "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spring Back",
|
||||
de: "Spring Back"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "If your opponents has only 1 Prize card left, this attack does 20 damage plus 50 more damage and the Defending Pokémon is now Asleep."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Torchic Star",
|
||||
de: "Flemmli *"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fireworks",
|
||||
de: "Firworks"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, discard a Fire Energy card attached to Torchic Star.",
|
||||
de: "Flip a coin. If tails, discard a Energy card attached to Shinning Torchic."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spring Back",
|
||||
de: "Spring Back"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "If your opponent has only 1 Prize card left, this atack does 20 damage plus 50 more damage and the Defending Pokémon is now Confused."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Treecko Star",
|
||||
de: "Geckarbor *"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tackle",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -40,11 +42,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spring Back",
|
||||
de: "Spring Back"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Jumpluff",
|
||||
de: "Papungha"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Buffer",
|
||||
de: "Buffer"
|
||||
},
|
||||
effect: {
|
||||
en: "If Jumpluff would be Knocked Out by an opponent's attack, flip a coin. If heads, Jumpluff is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
de: "If Jumpluff would be Knocked Out by an opponent's attack, flip a coin. If heads, Jumpluff is not Knocked Out and its remaining HP becomes 10 instead."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Crush",
|
||||
de: "Energy Crush"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage plus 10 more damage for each Energy attached to all of your opponent's Pokémon.",
|
||||
de: "Does 10 damge plus 10 more damage for each Energy attached to all of your opponent's Pokémon."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Charmeleon",
|
||||
de: "Glutexo"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smokescreen",
|
||||
de: "Smokescreen"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flip a coin. if tails, that attack does nothing."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -44,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fireworks",
|
||||
de: "Fireworks"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, discard a Fire Energy card attached to Charmeleon.",
|
||||
de: "Flip a coin. If tails, discard a Energy card attached to Charmeleon."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
@ -4,26 +4,18 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Here Comes Team Rocket!",
|
||||
de: "Hier kommt Team Rocket!"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
||||
effect: {
|
||||
de: "Each player plays with his or her Prize cards face up for the rest of the game."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Kingdra",
|
||||
de: "Seedraking"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dragon Veil",
|
||||
de: "Dragon Veil"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Kingdra is in play, each of your Active Pokémon has no Weakness.",
|
||||
de: "As long as Kingdra is in play, each of your Active Pokémon has no Weakness."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Whirlpool",
|
||||
de: "Hyper Whirlpool"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon.",
|
||||
de: "Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -56,9 +61,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Aqua Sonic",
|
||||
de: "Aqua Sonic"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage is not affected by Resistance.",
|
||||
de: "This attack's damage is not affected by Resistance."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Piloswine",
|
||||
de: "Keifel"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Rare",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sheer Cold",
|
||||
de: "Sheer Cold"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, each Defending Pokémon can't attack during your opponent's next turn.",
|
||||
de: "Flip a coin. If heads, each Defending Pokémon can't attack during you opponent's next turn."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,11 +50,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tonnage",
|
||||
de: "Tonnage"
|
||||
},
|
||||
effect: {
|
||||
en: "You may do 60 damage plus 40 more damage. If you do, Piloswine does 30 damage to itself.",
|
||||
de: "You may do 60 damage plus 40 more damage. If you do, Piloswine does 30 damage to itself."
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Togetic",
|
||||
de: "Togetic"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Holy Shield",
|
||||
de: "Holy Shield"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of attacks, including damage, done to Togetic by your opponent's Pokémon that has Dark in its name.",
|
||||
de: "Prevent all effects of attacks, including damage, done to Togetic by your opponent's Pokémon that has Dark in its name."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,6 +44,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dive",
|
||||
de: "Dive"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -54,9 +58,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rainbow Moves",
|
||||
de: "Rainbow Moves"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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, Togepi's type is still .) Togepi performs that attack."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Dragonite",
|
||||
de: "Dunkles Dragoran"
|
||||
},
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Dark Trance",
|
||||
de: "Dark Trance"
|
||||
},
|
||||
effect: {
|
||||
en: "As often as you like during your turn (before your attack), you may move a Darkness Energy card attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Dark Dragonite is affected by a Special Condition.\"",
|
||||
de: "As often as you like during your turn (before your attack), you may move a Energy card attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Dark Dragonite is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Wing Attack",
|
||||
de: "Double Wing Attack"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 30 damage to each Defending Pokémon.",
|
||||
de: "Does 30 damage to each Defending Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -55,6 +60,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Claw Swipe",
|
||||
de: "Claw Swipe"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Muk",
|
||||
de: "Dunkles Sleimok"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Sticky Goo",
|
||||
de: "Sticky Goo"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Dark Muk is your Active Pokémon, your opponent pays ColorlessColorless more to retreat his or her Active Pokémon.\"",
|
||||
de: "As long as Dark Muk is your Active Pokémon, your opponent pays more to retreat his or her Active Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slimy Water",
|
||||
de: "Slimy Water"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the number of Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost).\"",
|
||||
de: "Does 10 damage times the number of Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost)."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
{
|
||||
@ -56,9 +61,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Acidic Poison",
|
||||
de: "Acidic Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Burned and Poisoned.",
|
||||
de: "The Defending Pokémon is now Burned and Poisoned."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Raticate",
|
||||
de: "Dunkles Rattikarl"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Seed",
|
||||
de: "Dark Seed"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "The Defending Pokémon can't retreat during opponent's next turn. Put 5 damage counters on the Defending Pokémon at the end of your opponent's next turn."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spread Poison",
|
||||
de: "Spread Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "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.)",
|
||||
de: "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.)"
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Sandslash",
|
||||
de: "Dunkles Sandamer"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Poison Payback",
|
||||
de: "Poison Payback"
|
||||
},
|
||||
effect: {
|
||||
en: "If Dark Sandslash is your Active Pokémon and is damaged by an opponent's attack (even if Dark Sandslash is Knocked Out), the Attacking Pokémon is now Poisoned.",
|
||||
de: "If Dark Sandslash is your Active Pokémon and is damaged by an opponent's attack (even if Dark Sandslash is Knocked Out), the Attacking Pokémon is now Poisoned."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swift",
|
||||
de: "Swift"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
|
||||
de: "This attack's damage isn't affected by Weakness, resistance, Poke-Pwers, Poke-Bodies, or any other effects on the Defending Pokémon."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Tyranitar",
|
||||
de: "Dunkles Despotar"
|
||||
},
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Rare",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Grind",
|
||||
de: "Grind"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage plus 10 more damage for each Energy attached to Dark Tyranitar.",
|
||||
de: "Does 10 damage plus 10 more damage for each Energy attached to Dark Tyranitar."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spinning Tail",
|
||||
de: "Spinning Tail"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -61,11 +66,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bite Off",
|
||||
de: "Bite Off"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Pokémon-ex, this attack does 70 damage plus 50 more damage.",
|
||||
de: "If the Defending Pokémon is Pokémon-ex, this attack does 70 damage plus 50 more damage."
|
||||
},
|
||||
damage: 70,
|
||||
damage: "70+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Ampharos",
|
||||
de: "Dunkles Ampharos"
|
||||
},
|
||||
illustrator: "Emi Miwa",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Darkest Impulse",
|
||||
de: "Darkest Impulse"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Dark Ampharos is in play, whenever your opponent plays an Evolution card from his or her hand to evolve 1 of his or her Pokémon, put 2 damage counters on that Pokémon. You can't use more than 1 Darkest Impulse Poké-Body each turn.",
|
||||
de: "As long as Dark Ampharos is in play, whenever your opponent plays an Evolution card from his or her hand to evolve 1 of his or her Pokémon, put 2 damage counters on that Pokémon. You can't use more than 1 Darest Impulse Poke-Body each turn."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,6 +45,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ram",
|
||||
de: "Ram"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -55,9 +59,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shock Bolt",
|
||||
de: "Shock Bolt"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Lightning Energy attached to Dark Ampharos.",
|
||||
de: "Discard all Energy attached to Dark Ampharos."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Tyranitar",
|
||||
de: "Dunkles Despotar"
|
||||
},
|
||||
illustrator: "Kyoko Koizumi",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Sand Damage",
|
||||
de: "Sand Damage"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Dark Tyranitar is your Active Pokémon, put 1 damage counter on each of your opponent's Benched Basic Pokémon between turns. You can't use more than 1 Sand Damage Poké-Body between turns.",
|
||||
de: "As long as Dark Tyranitar is your Active Pokémon, put 1 damage counter on each of your opponent's Benched Basic Pokémon between turns. You can't use more than 1 Sand Damage Poké-Body between turns."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Second Strike",
|
||||
de: "Second Strike"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 50 damage plus 20 more damage.",
|
||||
de: "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 50 damage plus 20 more damage."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Delibird",
|
||||
de: "Botogel"
|
||||
},
|
||||
illustrator: "Yuka Morii",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Gift Exchange",
|
||||
de: "Gift Exchange"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Delibird is your Active Pokémon, you may shuffle 1 card from your hand into your deck. Then, draw a card. This power can't be used if Delibird is affected by a Special Condition.",
|
||||
de: "Once during your turn (before your attack), if Delibird is your Active Pokémon, you may shuffle 1 card from your hand into your deck. Then, draw a card. This power can't be used if Delibird is affected by a Special Condition-"
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Souvenir",
|
||||
de: "Souvenir"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Furret",
|
||||
de: "Wiesenior"
|
||||
},
|
||||
illustrator: "Yuka Morii",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Change",
|
||||
de: "Quick Change"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Tail Smash",
|
||||
de: "Quick Tail Smash"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, you may flip a coin. If heads, this attack does 80 damage instead. If tails, this attack does nothing.",
|
||||
de: "Before doing damage, you may flip a coin. If heads, this attack does 80 damage instead. If tails, this attack does nothing."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ledian",
|
||||
de: "Ledian"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Powder Protection",
|
||||
de: "Powder Protection"
|
||||
},
|
||||
effect: {
|
||||
en: "Any damage done to Ledian by attacks from Pokémon that has an owner in its name is reduced by 40.",
|
||||
de: "Any damage done to Ledian by attacks from Pokémon that has an owner in its name is reduced by 40."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Split Spiral Punch",
|
||||
de: "Split Spiral Punch"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Confused."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -56,6 +61,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tackle",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magby",
|
||||
de: "Magby"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Baby Evolution",
|
||||
de: "Baby Evolution"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may put Magmar from your hand onto Magby (this counts as evolving Magby), and remove all damage counters from Magby.",
|
||||
de: "Once during your turn (before your attack), you may put Magmar from your hand onto Magby (this counts as evolving Magby), and remove all damage counters from Magby."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Detour",
|
||||
de: "Detour"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
|
||||
de: "If you have a Supporter card in play, use the effect on that card as effect of this attack."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Misdreavus",
|
||||
de: "Traunfugil"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Dark Spell",
|
||||
de: "Dark Spell"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Misdreavus is your Active Pokémon, you may flip a coin. If heads, put 1 damage counter on 1 of your opponent's Pokémon. This power can't be used if Misdreavus is affected by a Special Condition or if your other Active Pokémon is not Misdreavus.",
|
||||
de: "Once during your turn (before your attack), if Misdreavus is your Active Pokémon, you may flip a coin. If heads, put 1 damage counter on 1 of your opponent's Pokémon. This power can't be used if Misdreavus is affected by a Special Condition or if your other Active Pokémon is is not Misdreavus."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hide in Shadows",
|
||||
de: "Hide in Shadows"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch Misdreavus with 1 of your Benched Pokémon.",
|
||||
de: "Switch Misdreavus with 1 of your Benched Pokémon."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Quagsire",
|
||||
de: "Morlord"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Saturation",
|
||||
de: "Saturation"
|
||||
},
|
||||
effect: {
|
||||
en: "When you attach a Water Energy card from your hand to Quagsire, remove all Special Conditions and 2 damage counters from Quagsire.\"",
|
||||
de: "When you attach a Energy card from your hand to Quagsire, remove all Special Conditions and 2 damage counters from Quagsire."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Pump",
|
||||
de: "Hyper Pump"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "Does 20 damage plus 20 more damage for each basic Energy card attached to Quagsire but not user to pay for this attack's Energy cost. You can't add more than 60 damage in this way."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Qwilfish",
|
||||
de: "Baldorfish"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Spiny",
|
||||
de: "Spiny"
|
||||
},
|
||||
effect: {
|
||||
en: "If Qwilfish is your Active Pokémon and is damaged by an opponent's attack (even if Qwilfish is Knocked Out), flip a coin until you get tails. For each heads, put 1 damage counter on the Attacking Pokémon.",
|
||||
de: "If Quilfish is your Active Pokémon and is damaged by an opponent's attack (even if Quilfish is Knocked Out), flop a coin until you get tails. For each heads, put 1 damage counter on the Attacking Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Stun Poison",
|
||||
de: "Stun Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Yanma",
|
||||
de: "Yanma"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Charge",
|
||||
de: "Quick Charge"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "Search your deck for up 4 different types of basic Energy cards, show then to your opponent, and put them into your hand. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swift",
|
||||
de: "Swift"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
|
||||
de: "This attack's damage isn't affected by Weakness, resistance, Poke-Powers, Poke-Bodies, or any other effects on the Defending Pokémon."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Arbok",
|
||||
de: "Dunkles Arbok"
|
||||
},
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swallow Up",
|
||||
de: "Swallow Up"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "Before doing damage, count the remaining HP of the Defending Pokémon and Dark Arbok. If the Defending Pokémon has fewer renaining HP than Dark Arbok´s this attack does 10 damage plus 30 more damage."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Extra Poison",
|
||||
de: "Extra Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Asleep and Poisoned.",
|
||||
de: "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Asleep and Poisoned."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Crobat",
|
||||
de: "Dunkles Iksbat"
|
||||
},
|
||||
illustrator: "Kyoko Koizumi",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Black Beam",
|
||||
de: "Blach Beam"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Dark Crobat is your Active Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. This power can't be used if Dark Crobat is affected by a Special Condition.",
|
||||
de: "Once during your turn (before your attack), if Dark Crobat is your Acive Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. This power can´t be used if Dark Crobat is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,13 +41,15 @@ const card: Card = {
|
||||
{
|
||||
cost: [
|
||||
"Grass",
|
||||
"Colorless",
|
||||
"Darkness",
|
||||
],
|
||||
name: {
|
||||
en: "Dark Drain",
|
||||
de: "Dark Drain"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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 opponen´s Pokémon in play."
|
||||
},
|
||||
|
||||
},
|
||||
@ -55,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Skill Dive",
|
||||
de: "Skill Dive"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Does 30 damage counters to 1 of your opponent´s Pokémon. (Don´t apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Ariados",
|
||||
de: "Dunkles Ariados"
|
||||
},
|
||||
illustrator: "Kyoko Koizumi",
|
||||
rarity: "Uncommon",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Super Poison Breath",
|
||||
de: "Super Poison Breath"
|
||||
},
|
||||
effect: {
|
||||
en: "Each Defending Pokémon is now Poisoned.",
|
||||
de: "Each Defending Pokémon is now Poisoned."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Breaking Impact",
|
||||
de: "Breaking Impact"
|
||||
},
|
||||
effect: {
|
||||
en: "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.)",
|
||||
de: "Choose 1 of your opponent's Pokémon. This attack does 20 damage for each 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.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Dragonair",
|
||||
de: "Dunkles Dragonir"
|
||||
},
|
||||
illustrator: "Emi Miwa",
|
||||
rarity: "Uncommon",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Evolutionary Light",
|
||||
de: "Evolutionary Light"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Dark Dragonair is your Active Pokémon, you may search your deck for an Evolution card. Show it to your opponent and put it into your hand. Shuffle your deck afterward. This power can't be used if Dark Dragonair is affected by a Special Condition.",
|
||||
de: "Once during your turn (before your attack), if Dark Dragonair is your Active Pokémon, you may search your deck for an Evolution card. Show it to your opponent and put it into your hand. Shuffle your deck afterward. This power can't be used if Dark Dragonair is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,6 +44,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dragon Rage",
|
||||
de: "Dragon Rage"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Dragonair",
|
||||
de: "Dunkles Dragonir"
|
||||
},
|
||||
illustrator: "Tomoaki Imakuni",
|
||||
rarity: "Uncommon",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Tackle",
|
||||
de: "Double Tackle"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage to each Defending Pokémon.",
|
||||
de: "Does 20 damage to each Defending Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,9 +49,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Crushing Blow",
|
||||
de: "Crushing Blow"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon.",
|
||||
de: "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Flaaffy",
|
||||
de: "Dunkles Waaty"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Uncommon",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunder Slash",
|
||||
de: "Thunder Slash"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -45,6 +48,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
de: "Headbutt"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Golbat",
|
||||
de: "Dunkles Golbat"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Uncommon",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Night Ambush",
|
||||
de: "Night Ambush"
|
||||
},
|
||||
effect: {
|
||||
en: "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.)",
|
||||
de: "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.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Golduck",
|
||||
de: "Dunkles Entoron"
|
||||
},
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Uncommon",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Darkness Shield",
|
||||
de: "Darkness Shield"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,9 +50,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cold Crush",
|
||||
de: "Cold Crush"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard an Energy card attached to Dark Golduck. If you do, discard an Energy attached to the Defending Pokémon.",
|
||||
de: "You may dicard an Energy card attached to Dark Golduck. If you do, discard an Energy attached to the Defending Pokémon."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
@ -4,25 +4,30 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Gyarados",
|
||||
de: "Dunkles Garados"
|
||||
},
|
||||
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
130,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
"Darkness",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Magikarp",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -32,6 +37,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sharp Fang",
|
||||
de: "Sharp Fang"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -45,20 +51,24 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Streak",
|
||||
de: "Dark Streak"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, each Defending Pokémon is now Paralyzed.",
|
||||
de: "Flip a coin. If heads, each Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -66,9 +76,16 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
abilities: [{
|
||||
type: 'Poke-BODY',
|
||||
name: {
|
||||
de: "Dark Scale"
|
||||
},
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
de: "If Dark Gyarados is your Active Pokémon and is Knocked Out by an opponent's attack, put 3 damage counters on the Attacking Pokémon."
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Houndoom",
|
||||
de: "Dunkles Hundemon"
|
||||
},
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Fire Breath",
|
||||
de: "Fire Breath"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Dark Houndoom is your Active Pokémon, you may flip a coin. If heads, the Defending Pokémon (choose 1 if there are 2) is now Burned. This power can't be used if Dark Houndoom is affected by a Special Condition.",
|
||||
de: "Once during your turn (before your attack), if Dark Houndoom is your Active Pokémon, you may flip a coin. If heads, the Defending Pokémon (choose 1 if there are 2) is now Burned. This power can't be used if Dark Houndoom is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Payback",
|
||||
de: "Fire Payback"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have less Benched Pokémon than your opponent, this attack does 40 damage plus 20 more damage.",
|
||||
de: "If you have less Benched Pokémon than your opponent, this attack does 40 damage plus 20 more damage."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Magcargo",
|
||||
de: "Dunkles Magcargo"
|
||||
},
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Press",
|
||||
de: "Energy Press"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage plus 10 more damage for each basic Energy card attached to all of your Active Pokémon.",
|
||||
de: "Does 10 damage plus 10 more damage for each basic Energy Card attached to all of your Active Pokémon."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -46,9 +49,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Linear Attack",
|
||||
de: "Linear Attack"
|
||||
},
|
||||
effect: {
|
||||
en: "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.)",
|
||||
de: "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness an Resistance for Benched Pokémon.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Magneton",
|
||||
de: "Dunkles Magneton"
|
||||
},
|
||||
illustrator: "Emi Miwa",
|
||||
rarity: "Uncommon",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Magnetic Lines",
|
||||
de: "Magnetic Lines"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,9 +50,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Pulse",
|
||||
de: "Poison Pulse"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned.",
|
||||
de: "The Defending Pokémon is now Poisoned."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Electrode",
|
||||
de: "Dunkles Lektrobal"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Darkness Navigation",
|
||||
de: "Darkness Navigation"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Dark Electrode has no Energy attached to it, you may search your deck for a Darkness or Dark Metal Energy and attach it to Dark Electrode. Shuffle your deck afterward. This power can't be used if Dark Electrode is affected by a Special Condition.",
|
||||
de: "Once during your turn (before you attack), if Dark Electrode has no Energy attached to it, you may search your deck for a or Dark Metal Energy and attach it to Dark Electrode. Shuffle your deck afterward. This power can't be used if Dark Electrode is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Bomb",
|
||||
de: "Energy Bomb"
|
||||
},
|
||||
effect: {
|
||||
en: "You may move all Energy cards attached to Dark Electrode to your Benched Pokémon in any way you like.",
|
||||
de: "You may move all Energy cards attached to Dark Electrode to your Benched Pokémon in any way you like."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Pupitar",
|
||||
de: "Dunkles Pupitar"
|
||||
},
|
||||
illustrator: "Tomoaki Imakuni",
|
||||
rarity: "Uncommon",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Explosive Evolution",
|
||||
de: "Explosive Evolution"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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 evolved from Dark Pupitar and put it on Dark Pupitar. (This counts as evolving Dark Pupitar.) Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Tackle",
|
||||
de: "Double Tackle"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage to each Defending Pokémon.",
|
||||
de: "Does 20 damage to each Defending Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Pupitar",
|
||||
de: "Dunkles Pupitar"
|
||||
},
|
||||
illustrator: "Emi Miwa",
|
||||
rarity: "Uncommon",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Streak",
|
||||
de: "Dark Streak"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, each Defending Pokémon is now Paralyzed.",
|
||||
de: "Flip a coin. If heads, each Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,9 +50,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rock Tumble",
|
||||
de: "Rock Tumble"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage is not affected by Resistance.",
|
||||
de: "This attack's damage is not affected by Resistance."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Weezing",
|
||||
de: "Dunkles Smogmog"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Methane Leak",
|
||||
de: "Methane Leak"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Dark Weezing is your Active Pokémon, put 1 damage counter on each Pokémon that remains Poisoned between turns.",
|
||||
de: "As long as Dark Weezing is your Active Pokémon, put 1 damage counter on each Pokémon that remains Poisoned between turns."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smog",
|
||||
de: "Smog"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned.",
|
||||
de: "The Defending Pokémon is now Poisoned."
|
||||
},
|
||||
|
||||
},
|
||||
@ -55,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Darkness Charge",
|
||||
de: "Darkness Charge"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 2 damage counters on Dark Weezing.",
|
||||
de: "Put 2 damage counters on Dark Weezing."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Heracross",
|
||||
de: "Skaraborn"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Uncommon",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Crust",
|
||||
de: "Crust"
|
||||
},
|
||||
effect: {
|
||||
en: "Any damage done to Heracross by attacks from your opponent's Basic Pokémon is reduced by 20 (after applying Weakness and Resistance).",
|
||||
de: "Any damage done to Heracross by attacks from your opponent's Basic Pokémon is reduced by 20 (after applying Weakness and Resistance)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,11 +42,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Get Even",
|
||||
de: "Get Even"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "If you hace more Prize cards left than your opponent, this attack does 20 damage plus 10 more damage for each Prize card more than your opponent."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magmar",
|
||||
de: "Magmar"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dump and Draw",
|
||||
de: "Dump and Draw"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard up to 2 Energy cards from your hand. Then, draw 2 cards for each Energy card you discarded.",
|
||||
de: "Discard up to 2 Energy cards from your hand. Then, draw 2 cards for each Energy card you discarded."
|
||||
},
|
||||
|
||||
},
|
||||
@ -42,6 +45,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flame Tail",
|
||||
de: "Flame Tail"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mantine",
|
||||
de: "Mantax"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Uncommon",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Ripples",
|
||||
de: "Ripples"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may remove 1 damage counter from 1 of your Pokémon (excluding Mantine). This power can't be used if Mantine is affected by a Special Condition.",
|
||||
de: "Once during your turn (before your attack), you may remove 1 damage counter from 1 of your Pokémon (excluding Mantine). This power can't be used if Mantine is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Aqua Slash",
|
||||
de: "Aqua Slash"
|
||||
},
|
||||
effect: {
|
||||
en: "Mantine can't attack during your next turn.",
|
||||
de: "Mantine can't attack during your next turn."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Meowth",
|
||||
de: "Rockets Mauzi"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Snatch and Run",
|
||||
de: "Snatch and Run"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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, your may switch Rocket's Meowth with 1 of your Benched Pokémon. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Miraculous Comeback",
|
||||
de: "Miraculous Comeback"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Wobbuffet",
|
||||
de: "Rockets Woingenau"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Aid",
|
||||
de: "Dark Aid"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for Pokémon Tool cards and Rocket's Secret Machine cards. You may either show 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.",
|
||||
de: "Search your discard pile for Pokémon Tool cards and Rocket's Secret Machine cards. You may either show 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."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Amnesia",
|
||||
de: "Amnesia"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
|
||||
de: "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Seadra",
|
||||
de: "Seemon"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Confuse Ray",
|
||||
de: "Confuse Ray"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Confused.",
|
||||
de: "The Defending Pokémon is now Confused."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -46,9 +49,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Aqua Trick",
|
||||
de: "Aqua Trick"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has any Benched Pokemon, 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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Skiploom",
|
||||
de: "Hubelupf"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Uncommon",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Buffer",
|
||||
de: "Buffer"
|
||||
},
|
||||
effect: {
|
||||
en: "If Skiploom would be Knocked Out by an opponent's attack, flip a coin. If heads, Skiploom is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
de: "If Skiploom would be Knocked Out by an opponent's attack, flip a coin. If heads, Skiploom is not Knocked Out and its remaining HP becomes 10 instead."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Miracle Powder",
|
||||
de: "Miracle Powder"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition.",
|
||||
de: "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Houndoom",
|
||||
de: "Dunkles Hundemon"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shakedown",
|
||||
de: "Shakedown"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose a card from your opponent's hand without looking and discard it.",
|
||||
de: "Choose a card from your opponent's hand without looking and discard it."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,11 +50,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Fire",
|
||||
de: "Dark Fire"
|
||||
},
|
||||
effect: {
|
||||
en: "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.\"",
|
||||
de: "You may discard a Energy or Energy attached to Dark Houndoom. If you do, this attack does 40 damage plus 20 more damage."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Togepi",
|
||||
de: "Togepi"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Yawn",
|
||||
de: "Yawn"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
de: "The Defending Pokémon is now Asleep."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mini-Metronome",
|
||||
de: "Mini-Metronome"
|
||||
},
|
||||
effect: {
|
||||
en: "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.\"",
|
||||
de: "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 .) Togepi performs that attack."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Cubone",
|
||||
de: "Tragosso"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Look for Friends",
|
||||
de: "Look for Friends"
|
||||
},
|
||||
effect: {
|
||||
en: "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.)",
|
||||
de: "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.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bonemerang",
|
||||
de: "Bonemerang"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
|
||||
de: "Flip 2 coins. This attack does 10 damage times the number of heads."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dratini",
|
||||
de: "Dratini"
|
||||
},
|
||||
illustrator: "Sachiko Adachi",
|
||||
rarity: "Common",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pound",
|
||||
de: "Pound"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dratini",
|
||||
de: "Dratini"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dragon Song",
|
||||
de: "Dragon Song"
|
||||
},
|
||||
effect: {
|
||||
en: "Each Defending Pokémon is now Asleep.",
|
||||
de: "Each Defending Pokémon is now Asleep."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tail Strike",
|
||||
de: "Tail Strike"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
|
||||
de: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Drowzee",
|
||||
de: "Traumato"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Insomnia",
|
||||
de: "Insomnia"
|
||||
},
|
||||
effect: {
|
||||
en: "Drowzee can't be Asleep.",
|
||||
de: "Drowzee can't be Asleep."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Soothing Wave",
|
||||
de: "Soothing Wave"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, each Defending Pokémon is now Asleep.",
|
||||
de: "Flip a coin. If heads, each Defending Pokémon is now Asleep."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ekans",
|
||||
de: "Rettan"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tail Wrap",
|
||||
de: "Tail Wrap"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Grimer",
|
||||
de: "Sleima"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Taunt",
|
||||
de: "Taunt"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spit Poison",
|
||||
de: "Spit Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned.",
|
||||
de: "The Defending Pokémo is now Poisoned."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Hoppip",
|
||||
de: "Hoppspross"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Buffer",
|
||||
de: "Buffer"
|
||||
},
|
||||
effect: {
|
||||
en: "If Hoppip would be Knocked Out by an opponent's attack, flip a coin. If heads, Hoppip is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
de: "If Hoppip would be Knocked Out by an opponent´s attack, flip a coin. If heads, Hoppip is not Knocked Out and its renaining HP becomes 10 instead."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Miracle Powder",
|
||||
de: "Miracle Powder"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition.",
|
||||
de: "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Horsea",
|
||||
de: "Seeper"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Water Plant",
|
||||
de: "Water Plant"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for up to 2 Water Energy cards show them to your opponent and put them into your hand.\"",
|
||||
de: "Search your discard pile for up to 2 Energy cards, show them to your opponent, and put them into your hand."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swift",
|
||||
de: "Swift"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
|
||||
de: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Houndour",
|
||||
de: "Hunduster"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rear Kick",
|
||||
de: "Rear Kick"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -40,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smokescreen",
|
||||
de: "Smokescreen"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Hypno",
|
||||
de: "Dunkles Hypno"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Link",
|
||||
de: "Dark Link"
|
||||
},
|
||||
effect: {
|
||||
en: "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 PsychicDarkness.) Dark Hypno performs that attack.\"",
|
||||
de: "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 .) Dark Hypno performs that attack."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Black Magic",
|
||||
de: "Black Magic"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage times the number of your opponent's Benched Pokémon.",
|
||||
de: "Does 20 damage times the number of your opponent's Benched Pokémon."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20x",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Houndour",
|
||||
de: "Hunduster"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dark Lift",
|
||||
de: "Dark Lift"
|
||||
},
|
||||
effect: {
|
||||
en: "If Houndour has any Fighting Energy attached to it, the Retreat Cost for Houndour is 0.\"",
|
||||
de: "If Houndour has any Energy attached to it, the Retreat Cost for Houdour is 0."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,11 +41,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Firebreathing",
|
||||
de: "Firebreathing"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
|
||||
de: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Koffing",
|
||||
de: "Smogon"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Knockout Gas",
|
||||
de: "Knockout Gas"
|
||||
},
|
||||
effect: {
|
||||
en: "If Koffing is your Active Pokémon and is Knocked Out by an opponent's attack, the Attacking Pokémon is now Confused and Poisoned.",
|
||||
de: "If Koffing is your Active Pokémon and is Knocked Out by an opponent's attack, the Attacking Pokémon is now Confused and Poisoned."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,6 +41,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
de: "Gnaw"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Larvitar",
|
||||
de: "Larvitar"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fury Attack",
|
||||
de: "Fury Attack"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
|
||||
de: "Flip 3 coins. This attack does 10 damage times the number of heads."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Larvitar",
|
||||
de: "Larvitar"
|
||||
},
|
||||
illustrator: "Midroi Harada",
|
||||
rarity: "Common",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Light Punch",
|
||||
de: "Light Punch"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -40,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dig Drain",
|
||||
de: "Dig Drain"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 1 damage counter from Larvitar.",
|
||||
de: "Remove 1 damage counter from Larvitar."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ledyba",
|
||||
de: "Ledyba"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
de: "Call for Family"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Grass Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.\"",
|
||||
de: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,6 +44,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Beat",
|
||||
de: "Beat"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magikarp",
|
||||
de: "Karpador"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Friends",
|
||||
de: "Call for Friends"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.",
|
||||
de: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magnemite",
|
||||
de: "Magnetilo"
|
||||
},
|
||||
illustrator: "Sachiko Adachi",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sonicboom",
|
||||
de: "Sonicboom"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Weakness or Resistance.",
|
||||
de: "This attack's damage isn't affected by Weakness or Resistance."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mareep",
|
||||
de: "Voltilamm"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Minor Errand-Running",
|
||||
de: "Minor Errand-Running"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
|
||||
de: "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Attack",
|
||||
de: "Quick Attack"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
|
||||
de: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Marill",
|
||||
de: "Marill"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Minor Errand-Running",
|
||||
de: "Minor Errand-Running"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Onix",
|
||||
de: "Onix"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Horn Rush",
|
||||
de: "Horn Rush"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
de: "Flip a coin. If tails, this attack does nothing."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -42,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Granite Head",
|
||||
de: "Granite Head"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to Onix by attacks is reduced by 10 (after applying Weakness and Resistance).",
|
||||
de: "During your opponent's next turn, any damage done to Onix by attacks is reduced by 10 (after applying Weakness an Resistance)."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Marowak",
|
||||
de: "Dunkles Knogga"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Brick Smash",
|
||||
de: "Brick Smash"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
|
||||
de: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -47,9 +50,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hard Bone",
|
||||
de: "Hard Bone"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Basic Pokémon or Evolution card from your hand or this attack does nothing.",
|
||||
de: "Discard a Basic Pokémon or Evolution card from your hand or this attack does nothing."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Psyduck",
|
||||
de: "Enton"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Common",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gentle Slap",
|
||||
de: "Gentle Slap"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -39,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Headache",
|
||||
de: "Headache"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rattata",
|
||||
de: "Rattfratz"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Scramble",
|
||||
de: "Scramble"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as your opponent has any Pokémon-ex as his or her Active Pokémon, the Retreat Cost for Rattata is 0.",
|
||||
de: "As long as your opponent has any Pokémon-ex as his or her Active Pokémon, the Retreat Cost for Rattata is 0."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,11 +41,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fury Swipes",
|
||||
de: "Fury Swipes"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
|
||||
de: "Flip 3 coins. This attack does 10 damage times the number of heads."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rattata",
|
||||
de: "Rattfratz"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
de: "Call for Family"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.",
|
||||
de: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Snarl",
|
||||
de: "Snarl"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 10 damage to the Defending Pokémon. If tails, the Defending Pokémon is now Paralyzed.",
|
||||
de: "Flip a coin. If heads, this attack does 10 damage to the Defending Pokémon. If tails, the Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Remoraid",
|
||||
de: "Remoraid"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Draw",
|
||||
de: "Energy Draw"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, search your deck for a basic Energy card and attach it to Remoraid. Shuffle your deck afterward.",
|
||||
de: "Flip a coin. If heads, search your deck for a basic Energy card and attach it to Remoraid. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,6 +43,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Razor Fin",
|
||||
de: "Razor Fin"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Sandshrew",
|
||||
de: "Sandan"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rear Kick",
|
||||
de: "Rear Kick"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -40,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swift",
|
||||
de: "Swift"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
|
||||
de: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies or any other effects on the Defending Pokémon."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Sentret",
|
||||
de: "Wiesor"
|
||||
},
|
||||
illustrator: "Yuka Morii",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Friend Search",
|
||||
de: "Friend Search"
|
||||
},
|
||||
effect: {
|
||||
en: "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 4 other cards back on top of your deck. Shuffle your deck afterward.",
|
||||
de: "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 4 other cards back on the top of your deck. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Surprise Attack",
|
||||
de: "Surprise Attack"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
de: "Flip a coin. If tails, this attack does nothing."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Slowpoke",
|
||||
de: "Flegmon"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dense",
|
||||
de: "Dense"
|
||||
},
|
||||
effect: {
|
||||
en: "Any damage done to Slowpoke by attacks from your opponent's Evolved Pokémon is reduced by 10 (after applying Weakness and Resistance).",
|
||||
de: "Any damage done to Slowpoke by attacks from your opponent's Evolved Pokémon is reduced by 10 (after applying Weakness and Resistance)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,6 +41,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bite",
|
||||
de: "Bite"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Slugma",
|
||||
de: "Schneckmag"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Singe",
|
||||
de: "Singe"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Burned.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Burned."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Heat Tackle",
|
||||
de: "Heat Tackle"
|
||||
},
|
||||
effect: {
|
||||
en: "Slugma does 10 damage to itself.",
|
||||
de: "Slugma does 10 damage to itself."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Spinarak",
|
||||
de: "Webarak"
|
||||
},
|
||||
illustrator: "Yuka Morii",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Collect",
|
||||
de: "Collect"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw a card.",
|
||||
de: "Draw a card."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rising Lunge",
|
||||
de: "Rising Lunge"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
|
||||
de: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Swinub",
|
||||
de: "Quiekel"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Common",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tackle",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -40,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rest",
|
||||
de: "Rest"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove all Special Conditions and all damage counters from Swinub. Swinub is now Asleep.",
|
||||
de: "Remove all Special Conditions and all damage counters from Swinub. Swinub is now Asleep."
|
||||
},
|
||||
|
||||
},
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Octillery",
|
||||
de: "Dunkles Octillery"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Black Suction Cups",
|
||||
de: "Black Suction Cups"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage to each Defending Pokémon. Flip a coin. If heads, each Defending Pokémon is now Paralyzed.",
|
||||
de: "Does 10 damage to each Defending Pokémon. Flip a coin. If heads, each Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ink Blast",
|
||||
de: "Ink Blast"
|
||||
},
|
||||
effect: {
|
||||
en: "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.",
|
||||
de: "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."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Voltorb",
|
||||
de: "Voltobal"
|
||||
},
|
||||
illustrator: "Sachiko Adachi",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Psycho Waves",
|
||||
de: "Psycho Waves"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy card attached to Voltorb. The Defending Pokémon is now Confused.",
|
||||
de: "Discard an Energy card attached to Voltorb. The Defending Pokémon is now Confused."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunder Wave",
|
||||
de: "Thunder Wave"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Wooper",
|
||||
de: "Felino"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Saturation",
|
||||
de: "Saturation"
|
||||
},
|
||||
effect: {
|
||||
en: "When you attach a Water Energy card from your hand to Wooper, remove all Special Conditions and 1 damage counter from Wooper.\"",
|
||||
de: "When you attach a Energy card from your hand to Wooper, remoce all Special Conditions and 1 damage counter from Wooper."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,6 +41,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Wave Splash",
|
||||
de: "Wave Splash"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Zubat",
|
||||
de: "Zubat"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Streak",
|
||||
de: "Dark Streak"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, each Defending Pokémon is now Paralyzed.",
|
||||
de: "Flip a coin. If heads, each Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ambush",
|
||||
de: "Ambush"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
|
||||
de: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -4,26 +4,18 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Copycat",
|
||||
de: "Nachahmerin"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
||||
effect: {
|
||||
de: "Shuffle your hand into your deck. Then, count the number of cards in your opponent's hand an draw that many cards."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -4,26 +4,18 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pokémon Retriever",
|
||||
de: "Pokémon Retriever*"
|
||||
},
|
||||
|
||||
illustrator: "Katsura Tabata",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Rocket's Secret Machine",
|
||||
|
||||
effect: {
|
||||
de: "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 and Evolution cards to your opponent nd shuffle them into your deck."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -4,26 +4,18 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pow! Hand Extension",
|
||||
de: "Pow! Hand Extension*"
|
||||
},
|
||||
|
||||
illustrator: "Katsura Tabata",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Rocket's Secret Machine",
|
||||
|
||||
effect: {
|
||||
de: "You may use this card only if you have more Prize cards left than your opponent.\n\nMove 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."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -4,26 +4,18 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Admin.",
|
||||
de: "Rocket's Admin.*"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
||||
effect: {
|
||||
de: "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.)"
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -4,26 +4,18 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Hideout",
|
||||
de: "Rocket's Hideout*"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Stadium",
|
||||
|
||||
effect: {
|
||||
de: "Each Pokémon with Dark of Rocket's in its name (both yours an your opponent's) gets +20 HP."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -4,26 +4,18 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Mission",
|
||||
de: "Rocket's Mission*"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
||||
effect: {
|
||||
de: "Discard a card from your hand. Then, draw 3 cards. If you dicard a Pokémon that has Dark or Rocket's in its name, draw 4 cards instead."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@ -4,26 +4,18 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Poké Ball",
|
||||
de: "Rocket's Poké Ball*"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Item",
|
||||
|
||||
effect: {
|
||||
de: "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."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user