1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-06 10:19:18 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Ampharos",
fr: "Pharamp",
de: "Ampharos"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Damage Bind",
fr: "Attache-dégâts",
de: "Schadensfessel"
},
effect: {
en: "Each Pokémon that has any damage counters on it (both yours and your opponent's) can't use any Poké-Powers.",
fr: "Chaque Pokémon possédant des marqueurs de dégâts (les vôtres et ceux de votre adversaire) ne peut pas utiliser de Poké-Powers.",
de: "Pokémon (deine und die deines Gegners), auf denen mindestens 1 Schadensmarke liegt, können keine Poké-Power benutzen."
},
},
],
@ -46,12 +49,14 @@ const card: Card = {
name: {
en: "Gigavolt",
fr: "Gigavolt",
de: "Gigavolt"
},
effect: {
en: "Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires. Si c'est pile, le Pokémon Défenseur est maintenant Paralysé.",
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 30 Schadenspunkte plus 30 weitere Schadenspunkte zu. Bei \"Zahl\" ist das Verteidigende Pokémon jetzt gelähmt."
},
damage: 30,
damage: "30+",
},
{
@ -63,10 +68,12 @@ const card: Card = {
name: {
en: "Reflect Energy",
fr: "Renvoi d'énergie",
de: "Energiereflektion"
},
effect: {
en: "Move an Energy card attached to Ampharos to 1 of your Benched Pokémon.",
fr: "Déplacez une carte Énergie attachée à Pharamp sur 1 des Pokémon de votre Banc.",
de: "Entferne 1 an Ampharos angelegte Energiekarte und lege sie an 1 Pokémon auf deiner Bank an."
},
damage: 70,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Giratina",
fr: "Giratina",
de: "Giratina"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Over Slash",
fr: "Sur-trancher",
de: "Over Slash"
},
effect: {
en: "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 10 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).",
de: "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
},
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Dark Wing Flaps",
fr: "Battements d'ailes obscurs",
de: "Dark Wing Flaps"
},
effect: {
en: "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.",
fr: "Choisissez sans regarder 1 carte de la main de votre adversaire. Regardez-la et demandez à votre adversaire de la mélanger à son deck.",
de: "Choose 1 card from your opponent's hand without looking. Look at the card you choe, then have your opponent shuffle that card into his or her deck."
},
damage: 20,
@ -63,6 +68,7 @@ const card: Card = {
name: {
en: "Wrack Down",
fr: "Réduire en poussière",
de: "Wrack Down"
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Torkoal",
fr: "Chartor",
de: "Qurtel"
},
illustrator: "Kouki Saitou",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Super Singe",
fr: "Ça sent le roussi!",
de: "Super Singe"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Burned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Brûlé.",
de: "Flip a coin. If heads, the Defending Pokémon is now Burned."
},
damage: 10,
@ -47,10 +50,12 @@ const card: Card = {
name: {
en: "Flame Ball",
fr: "Boule de feu",
de: "Flame Ball"
},
effect: {
en: "Move an Energy card attached to Torkoal to 1 of your Benched Pokémon.",
fr: "Déplacez une carte Énergie attachée à Charcor sur 1 des Pokémon de votre Banc.",
de: "Move an Energy card attached to Torkoal to 1 of your Benched Pokémon."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Turtwig",
fr: "Tortipouss",
de: "Chelast"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Ram",
fr: "Collision",
de: "Ram"
},
damage: 10,
@ -43,10 +45,12 @@ const card: Card = {
name: {
en: "Body Slam",
fr: "Plaquage",
de: "Body Slam"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Vulpix",
fr: "Goupix",
de: "Vulpix"
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Reheat",
fr: "Réchauffer",
de: "Reheat"
},
effect: {
en: "Discard up to 2 Energy cards from your hand. For each card you discarded, draw 2 cards.",
fr: "Défaussez jusqu'à 2 cartes Énergie de votre main. Pour chaque carte défaussée, piochez 2 cartes.",
de: "Discard up to 2 Energy cards from your hand. For each card you discarded, draw 2 cards."
},
},
@ -43,10 +46,12 @@ const card: Card = {
name: {
en: "Confuse Ray",
fr: "Onde folie",
de: "Confuse Ray"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
de: "Flip a coin. If heads, the Defending Pokémon is now Confused."
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Wurmple",
fr: "Chenipotte",
de: "Waumpel"
},
illustrator: "Yuka Morii",
rarity: "Common",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Ram",
fr: "Collision",
de: "Ram"
},
damage: 10,
@ -43,10 +45,12 @@ const card: Card = {
name: {
en: "Poison Sting",
fr: "Dard-venin",
de: "Poison Sting"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné.",
de: "Flip a coin. If heads, the Defending Pokémon is now Poisoned."
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Broken Time-Space",
fr: "Espace-Temps brisé",
de: "Raum-Zeit-Anomalie"
},
illustrator: "Kent Kanetsuna",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Chaque joueur peut faire évoluer un Pokémon qu'il ou elle a joué ou fait évolué ce tour-ci.",
de: "Each player may evolve a Pokémon that he or she just played or evolved during that turn."
},
trainerType: "Stadium",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Cyrus's Conspiracy",
fr: "Le complot d'Hélio",
de: "Zyrus' Komplott"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.",
de: "Search your deck for a Supporter card, a basic Energy card, and a Trainer card that has Team Galactic's Invention in its name, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
},
trainerType: "Supporter",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Galactic HQ",
fr: "QG Galaxie",
de: "Galaktik-Zentrale"
},
illustrator: "Ryota Saito",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Lorsqu'1 des joueurs joue un Pokémon de sa main pour faire évoluer son Pokémon, placez 2 marqueurs de dégât sur ce Pokémon.",
de: "Whenever any player plays any Pokémon from his or her hand to evolve his or her Pokémon, put 2 damage counters on that Pokémon."
},
trainerType: "Stadium",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Level Max",
fr: "Niveau Max",
de: "Level Max."
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Lancez une pièce. Si c'est face, choisissez dans votre deck un Pokémon NIV.X qui change de niveau à partir d'1 de vos Pokémon et placez-le sur ce Pokémon. (Vous le faites ainsi passer au niveau supérieur.) Ensuite, mélangez votre deck.",
de: "Flip a coin. If heads, search your deck for a Pokémon LV.X that levels up from 1 of your Pokémon, and put it onto that Pokémon. (This counts as leveling up that Pokémon.) Shuffle your deck afterward."
},
trainerType: "Item",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Life Herb",
fr: "Herbe sauveuse",
de: "Lebenskräuter"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Lancez une pièce. Si c'est face, choisissez 1 de vos Pokémon et retirez-lui tous ses États Spéciaux ainsi que 6 marqueurs de dégât (retirez-les lui tous s'il en a moins de 6).",
de: "Flip a coin. If heads, choose 1 of your Pokémon, and remove all Special Conditions and 6 damage counters from that Pokémon (all if there are less than 6)."
},
trainerType: "Item",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Looker's Investigation",
fr: "L'enquête de Beladonis",
de: "LeBelles Recherche"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.",
de: "Look at your opponent's hand, then choose you or your opponent. That player shuffles his or her hand into his or her deck and draws up to 5 cards."
},
trainerType: "Supporter",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Manectric",
fr: "Élecsprint",
de: "Voltenso"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Electric Barrier",
fr: "Barrière électrique",
de: "Electric Barrier"
},
effect: {
en: "Prevent all damage done to your Benched Pokémon (excluding any Manectric) by attacks.",
fr: "Prévenez tous les dégâts infligés par des attaques à vos Pokémon de Banc (Elecsprint exclus).",
de: "Prevent all damage done to your Benched Pokémon (excluding any Manectric) by attacks."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Power Wave",
fr: "Vague puissante",
de: "Power Wave"
},
effect: {
en: "This attack does 30 damage to each Pokémon that has any Poké-Powers (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 30 dégâts à chaque Pokémon possédant des Poké-Powers (les vôtres et ceux de votre adversaire). (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "This attack does 30 damage to each Pokémon that has any Poké-Powers (both yours and your opponent's). (Don't aply Weakness and Resistance for Benched Pokémon.)"
},
},
@ -60,10 +65,12 @@ const card: Card = {
name: {
en: "Attract Current",
fr: "Courant électrique",
de: "Attract Current"
},
effect: {
en: "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck une carte Énergie Lightning et attachez-la à 1 de vos Pokémon. Ensuite, mélangez votre deck.",
de: "Search your deck for a Energy card and attach it to your Pokémon. Shuffe your deck afterward."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Memory Berry",
fr: "Baie de mémoire",
de: "Erinnerungsbeere"
},
illustrator: "Shizurow",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Attachez Baie de mémoire à 1 de vos Pokémon qui ne possède pas déjà d'Outil Pokémon. Si ce Pokémon est mis K.O, défaussez-la.",
de: "The Pokémon this card is attached to can use any attack from its Basic Pokémon or its Stage 1 Evolution card. (You still have to pay for that attack's Energy cost.)"
},
trainerType: "Tool",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Miasma Valley",
fr: "Vallée miasme",
de: "Gifthauchtal"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous ne pouvez pas jouer cette carte.",
de: "Whenever any player puts a Basic Pokémon (excluding or Pokémon) from his or her hand onto his or her Bench, put 2 damage counters on that Pokémon."
},
trainerType: "Stadium",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "PlusPower",
fr: "PlusPower",
de: "PlusPower"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Attachez PlusPower à 1 de vos Pokémon. Défaussez cette carte à la fin de votre tour. Si le Pokémon auquel PlusPower est attachée attaque, cette attaque inflige 10 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance).",
de: "Attach PlusPower to 1 of your Pokémon. Discard this card at the end of your turn.\n\nIf the Pokémon PlusPower is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance)."
},
trainerType: "Item",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Poké Ball",
fr: "Poké Ball",
de: "Pokéball"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Lancez une pièce. Si c'est face, choisissez un Pokémon dans votre deck, montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck.",
de: "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
},
trainerType: "Item",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Pokédex HANDY910is",
fr: "Pokédex HANDY910is",
de: "Pokédex HANDY910is"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Regardez les 2 cartes du dessus de votre deck, choisissez-en 1 et placez-la dans votre main. Replacez l'autre carte au dessous de votre deck.",
de: "Look at the top 2 cards of your deck, choose 1 of them, and put it into your hand. Put the other card on the bottom of your deck."
},
trainerType: "Item",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Pokémon Rescue",
fr: "Rescousse Pokémon",
de: "Pokémon-Rettungsaktion"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Choisissez un Pokémon dans votre pile de défausse, montrez-le à votre adversaire et placez-le dans votre main.",
de: "Search your discard pile for a Pokémon, show it to your opponent, and put it into your hand."
},
trainerType: "Item",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Team Galactic's Invention G-101 Energy Gain",
fr: "Gain d'Énergie Invention G-101 de Team Galaxie",
de: "Team Galaktiks Erfindung G-101 Energiegewinn"
},
illustrator: "Makoto Imai",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Attachez Invention G-101 Gain d'Énergie de Team Galaxie à 1 de vos Pokémon SP qui ne possède pas déjà d'Outil Pokémon. Si ce Pokémon est mis K.O, défaussez-la. Lorsque le Pokémon auquel cette carte est attachée n'est plus un Pokémon SP, défaussez-la.",
de: "Attach Team Galactic's Invention G-101 Energy Gain to 1 of your Pokémon SP that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card. When the Pokémon this card is attached to is no longer a Pokémon SP, discard this card.\n\nAs long as Team Galactic's Invention G-101 Energy Gain is attached to a Pokémon, the attack cost of that Pokémon's attacks is less."
},
trainerType: "Tool",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Team Galactic's Invention G-103 Power Spray",
fr: "Spray Puissant Invention G-103 de Team Galaxie",
de: "Team Galaktiks Erfindung G-103 Kraftspray"
},
illustrator: "Yusuke Ishikawa",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Vous pouvez jouer cette carte lors du tour de votre adversaire lorsque le Pokémon de votre adversaire utilise un Poké-Power. Prévenez tous les effets de ce Poké-Power. (Cela compte comme si ce Pokémon utilisait son Poké-Power.) Si vous avez un maximum de 2 Pokémon SP en jeu, vous ne pouvez pas jouer cette carte.",
de: "You may play this card during your opponent's next turn when your opponent's Pokémon uses any Poké-Power: Prevent all effects of that Poké-Power. (This counts as that Pokémon using its Poké-Power). If you have 2 or less Pokémon SP in play, you can't play this card."
},
trainerType: "Item",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Team Galactic's Invention G-105 Poké Turn",
fr: "Poké-Tour Invention G-105 de Team Galaxie",
de: "Team Galaktiks Erfindung G-105 Poké-Dreher"
},
illustrator: "Makoto Imai",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Reprenez dans votre main 1 de vos Pokémon SP ainsi que toutes les cartes qui lui sont attachées.",
de: "Return 1 of your Pokémon SP and all cards attached to it to your hand."
},
trainerType: "Item",

View File

@ -5,28 +5,32 @@ const card: Card = {
name: {
en: "Armor Fossil",
fr: "Fossile armure",
de: "Schildfossil"
},
illustrator: "Ryo Ueda",
rarity: "Common",
category: "Trainer",
set: Set,
hp: 50,
effect: {
fr: "Jouez Fossile armure comme si c'était un Pokémon de base Colorless. (Fossile armure compte aussi comme une carte Dresseur mais si Fossile armure est mise K.O, elle compte comme un Pokémon K.O). Fossile armure ne peut pas être affectée par des États Spéciaux et ne peut pas battre en retraite. N'importe quand lors de votre tour, avant votre attaque, vous pouvez défausser Fossile armure. (Cela ne compte pas comme un Pokémon K.O.)",
de: "Play Armor Fossil as if it were a Basic Pokémon. (Armor Fossil counts as a Trainer card as well, but if Armor Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Armor Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Armor Fossil from play. (This doesn't count as a Knocked Out Pokémon.)"
},
trainerType: "Item",
abilities: [{
type: 'Poke-BODY',
name: {
de: "Armor Stone"
},
effect: {
de: "Whenever Armor Fossil would be damaged by your opponent's attack, flip a coin until you get tails. For each heads, reduce that damage by 10."
}
}]
}
export default card

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Palkia G",
fr: "Palkia ",
de: "Palkia G"
},
illustrator: "Yusuke Ishikawa",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Splashing Turn",
fr: "Tour éclaboussant",
de: "Splashing Turn"
},
effect: {
en: "You may switch Palkia with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger Palkia avec 1 de vos Pokémon de Banc.",
de: "You may switch Palkia G with 1 of your Benched Pokémon."
},
damage: 20,
@ -48,10 +51,12 @@ const card: Card = {
name: {
en: "Pearl Breath",
fr: "Haleine de perle",
de: "Pearl Breath"
},
effect: {
en: "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).",
de: "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 50,

View File

@ -5,28 +5,32 @@ const card: Card = {
name: {
en: "Skull Fossil",
fr: "Fossile crâne",
de: "Kopffossil"
},
illustrator: "Ryo Ueda",
rarity: "Common",
category: "Trainer",
set: Set,
hp: 50,
effect: {
fr: "Jouez Fossile crâne comme si c'était un Pokémon de base Colorless. (Fossile crâne compte aussi comme une carte Dresseur mais si Fossile crâne est mise K.O, elle compte comme un Pokémon K.O). Fossile crâne ne peut pas être affectée par des États Spéciaux et ne peut pas battre en retraite. N'importe quand lors de votre tour, avant votre attaque, vous pouvez défausser Fossile crâne. (Cela ne compte pas comme un Pokémon K.O.)",
de: "Play Skull Fossil as if it were a Basic Pokémon. (Skull Fossil counts as a Trainer card as well, but if Skull Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Skull Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Skull Fossil from play. (This doesn't count as a Knocked Out Pokémon.)"
},
trainerType: "Item",
abilities: [{
type: 'Poke-BODY',
name: {
de: "Skull Stone"
},
effect: {
de: "During your opponent's turn, if Skull Fossil would be Knocked Out by damage from an opponent's attack, flip a coin until you get tails. For each heads, put 1 damage counter on the Attacking Pokémon."
}
}]
}
export default card

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Rainbow Energy",
fr: "Énergie Multicolore",
de: "Regenbogen-Energie"
},
illustrator: "Takumi Akabane",
rarity: "Uncommon",
@ -24,6 +25,7 @@ const card: Card = {
effect: {
fr: "Attachez Énergie multicolore à 1 de vos Pokémon. Lorsqu'elle est en jeu, Énergie multicolore fournit tous les types d'Énergie mais seulement 1 Énergie à la fois. (Elle n'a pas d'autre effet que de fournir de l'Énergie.) Lorsque vous attachez cette carte de votre main à 1 de vos Pokémon, placez 1 marqueur de dégât sur ce Pokémon.",
de: "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.) When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon."
},
energyType: "Special",

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Dialga G",
fr: "Dialga ",
de: "Dialga G"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Time Crystal",
fr: "Crystal temporel",
de: "Time Crystal"
},
effect: {
en: "Each Pokémon (both yours and your opponent's) (excluding Pokémon SP) can't use any Poké-Bodies.",
fr: "Chaque Pokémon (les vôtres et ceux de votre adversaire) (Pokémon SP exclus) ne peut pas utiliser de Poké-Bodies.",
de: "Each Pokémon (both yours and your opponent's) (excluding Pokémon SP) can't use any Poké-Bodies."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Remove Lost",
fr: "Retire-perte",
de: "Remove Lost"
},
effect: {
en: "Flip a coin until you get tails. For each heads, remove an Energy card attached to the Defending Pokémon and put it in the Lost Zone.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Pour chaque face, retirez au Pokémon Défenseur une carte Énergie et placez-la dans la Zone Perdue.",
de: "Flip a coin until you get tails. For each heads, remove an Energy card attached to the Defending Pokémon and put it in the Lost Zone."
},
damage: 80,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Drapion",
fr: "Drascore",
de: "Piondragi"
},
illustrator: "Ryo Ueda",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Tri-Poison",
fr: "Tri-poison",
de: "Tri-Poison"
},
effect: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns. This power can't be used if Drapion is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, choisissez 1 des Pokémon Défenseurs. Il est maintenant Empoisonné. Placez 3 marqueurs de dégât au lieu d'1 sur ce Pokémon entre deux tours. Ce pouvoir ne peut pas être utilisé si Drascore est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may flip a coin. If heads, choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns. This power can't be used if Drapion if affected by a Special Condition."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Sniping Tail",
fr: "Queue-sniper",
de: "Sniping Tail"
},
effect: {
en: "Does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) The Defending Pokémon can't retreat during your opponent's next turn.",
fr: "Inflige 40 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Le Pokémon Défenseur ne peut pas battre en retraite lors du prochain tour de votre adversaire.",
de: "Does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) The Defending Pokémon can't retreat during your opponent's next turn."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Giratina",
fr: "Giratina",
de: "Giratina"
},
illustrator: "Shizurow",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Invisible Tentacles",
fr: "Tentacules invisibles",
de: "Invisible Tentacles"
},
effect: {
en: "Whenever your opponent's Pokémon tries to attack, your opponent discards 1 card from his or her hand. (If your opponent can't discard 1 card, your opponent's Pokémon can't attack.) You can't use more than 1 Invisible Tentacles Poké-Body each turn.",
fr: "Lorsqu'1 des Pokémon de votre adversaire essaye d'attaquer, votre adversaire défausse 1 carte de sa main. ( Si votre adversaire ne peut pas défausser de carte, le Pokémon de votre adversaire ne peut pas attaquer.) Vous ne pouvez pas utiliser plus d'1 Poké-Body Tentacules invisibles par tour.",
de: "Whenever your opponent's Pokémon tries to attack, your opponent discards 1 card from his or her hand. (If your opponent can't discard 1 card, your opponent's Pokémon can't attack.) You can't use more than 1 Invisible Tentacles Poké-Body each turn."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Darkness Lost",
fr: "Obscurité perdue",
de: "Darkness Lost"
},
effect: {
en: "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it.",
fr: "Cette attaque inflige 30 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Si les dégâts de cette attaque mettent K.O 1 des Pokémon de votre adversaire, placez ce Pokémon ainsi que toutes les cartes qui lui sont attachées dans la Zone Perdue au lieu de les défausser.",
de: "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it."
},
},

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Palkia G",
fr: "Palkia ",
de: "Palkia G"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Lost Cyclone",
fr: "Cyclone perdu",
de: "Lost Cyclone"
},
effect: {
en: "Once during your turn (before your attack), you may use this power. Any player who has 4 or more Benched Pokémon chooses 3 of his or her Benched Pokémon. Put the other Benched Pokémon and all cards attached to them in the Lost Zone. (You choose your Pokémon first.) This power can't be used if Palkia is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez utiliser ce pouvoir. Les joueurs possédant au moins 4 Pokémon de Banc choisissent 3 de leur Pokémon de Banc. Placez les autres Pokémon de Banc ainsi que toutes les cartes qui leur sont attachées dans la Zone Perdue. (Vous choisissez vos Pokémon en premier.) Ce pouvoir ne peut pas être utilisé si Palkia est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may use this power. Any player who has 4 or more Benched Pokémon chooses 3 of his or her Benched Pokémon. Put the other Benched Pokémon and all cards attached to them in the Lost Zone. (You choose your Pokémon first.) This power can't be used if Palkia G is affected by a Special Condition."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Hydro Shot",
fr: "Hydro-coup",
de: "Hydro Shot"
},
effect: {
en: "Discard 2 Energy attached to Palkia . Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Défaussez 2 Énergies attachées à Palkia . Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 80 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Discard 2 Energy attached to Palkia G. Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
},

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shaymin",
fr: "Shaymin",
de: "Shaymin"
},
illustrator: "Shizurow",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Thankfulness",
fr: "Gratitude",
de: "Thankfulness"
},
effect: {
en: "Each of your Grass Pokémon (excluding any Shaymin) gets +40 HP. You can't use more than 1 Thankfulness Poké-Body each turn.",
fr: "Chacun de vos Pokémon Grass (les Shaymin exclus) obtient 40 PV supplémentaires. Vous ne pouvez pas utiliser plus d'1 Poké-Body Gratitude par tour.",
de: "Each of your Pokémon (excluding Shaymin) gets +40 HP. You can't use more than 1 Thankfulness Poké-Body each turn."
},
},
],
@ -44,12 +47,14 @@ const card: Card = {
name: {
en: "Seed Flare",
fr: "Fulmigraine",
de: "Seed Flare"
},
effect: {
en: "Choose as many Grass Energy cards from your hand as you like and attach them to your Pokémon in any way you like. If you do, this attack does 40 damage plus 20 more damage for each Grass Energy attached in this way.",
fr: "Choisissez autant de cartes Énergie Grass de votre main que vous voulez et attachez-les à vos Pokémon de la façon que vous voulez. Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires pour chaque carte Énergie Grass attachée de cette façon.",
de: "Choose as many Energy cards from your hand as you like and attach them to your Pokémon in any way you like. If you do, this attack does 40 damage plus 20 more damage for each Energy attached in this way."
},
damage: 40,
damage: "40+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shaymin",
fr: "Shaymin",
de: "Shaymin"
},
illustrator: "Shizurow",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Revenge Seed",
fr: "Graine vengeresse",
de: "Revenge Seed"
},
effect: {
en: "If any of your Grass Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, each of Shaymin's attacks does 60 more damage to the Active Pokémon (before applying Weakness and Resistance).",
fr: "Si les dégâts d'une attaque de votre adversaire a mis K.O 1 de vos Pokémon Grass lors de son tour précédent, chacune des attaques de Shaymin inflige 60 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance).",
de: "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, each of Shaymin's attacks does 60 more damage to the Active Pokémon (before applying Weakness and Resistance)."
},
},
],
@ -43,10 +46,12 @@ const card: Card = {
name: {
en: "Energy Flare",
fr: "Énergie éclatante",
de: "Energy Flare"
},
effect: {
en: "You may move any number of Energy cards attached to your Pokémon to your other Pokémon in any way you like.",
fr: "Vous pouvez déplacer autant de cartes Énergie attachées à vos Pokémon que vous voulez sur vos autres Pokémon de la façon que vous voulez.",
de: "You may move any number of Energy cards attached to your Pokémon to your other Pokémon in any way you like."
},
damage: 50,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Electabuzz",
fr: "Elektek",
de: "Elektek"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Thundershock",
fr: "Éclair",
de: "Thundershock"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
},
damage: 10,
@ -46,12 +49,14 @@ const card: Card = {
name: {
en: "Thunderpunch",
fr: "Poing-Éclair",
de: "Thunderpunch"
},
effect: {
en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Electabuzz does 10 damage to itself.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires. Si c'est pile, Elektek s'inflige 10 dégâts.",
de: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Electabuzz does 10 damage to itself."
},
damage: 30,
damage: "30+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Hitmonchan",
fr: "Tygnon",
de: "Nockchan"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Jab",
fr: "Taquet",
de: "Jab"
},
damage: 20,
@ -44,6 +46,7 @@ const card: Card = {
name: {
en: "Special Punch",
fr: "Punch spécial",
de: "Special Punch"
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Rampardos",
fr: "Charkos",
de: "Rameidon"
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Iron Skull",
fr: "Crâne de fer",
de: "Iron Skull"
},
effect: {
en: "Rampardos's attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
fr: "Les dégâts de l'attaque de Charkos ne sont pas affectés par la Résistance, les Poké-Powers, les Poké-Bodies ou tout autre effet sur le Pokémon Défenseur.",
de: "Rampardos's attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Head Smash",
fr: "Fracass'Tête",
de: "Head Smash"
},
effect: {
en: "If the Defending Pokémon would be Knocked Out by this attack, Rampardos does 40 damage to itself.",
fr: "Si le Pokémon Défenseur est mis K.O par cette attaque, Charkos s'inflige 40 dégâts.",
de: "If the Defending Pokémon would be Knocked Out by this attack, Rampardos does 40 damage to itself."
},
damage: 80,
@ -61,10 +66,12 @@ const card: Card = {
name: {
en: "Mold Breaker",
fr: "Brise Moule",
de: "Mold Breaker"
},
effect: {
en: "Any damage done to Rampardos by attacks is reduced by 20 (after applying Weakness and Resistance) until the end of your next turn.",
fr: "Tous dégâts infligés à Charkos par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance) jusqu'à la fin de votre prochain tour.",
de: "Any damage done to Rampardos by attacks is reduced by 20 (after applying Weakness and Resistance) until the end of your next turn."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Scyther",
fr: "Insécateur",
de: "Sichlor"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Swords Dance",
fr: "Danse-lames",
de: "Swords Dance"
},
effect: {
en: "During your next turn, Scyther's Slash attack's base damage is 60.",
fr: "Lors de votre prochain tour, les dégâts de base de l'attaque Tranche d'Insécateur sont de 60.",
de: "During your next turn, Scyther's Slash attack's base damage is 60."
},
},
@ -46,6 +49,7 @@ const card: Card = {
name: {
en: "Slash",
fr: "Tranche",
de: "Slash"
},
damage: 30,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shaymin",
fr: "Shaymin",
de: "Shaymin"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Flower Aroma",
fr: "Arôme floral",
de: "Flower Aroma"
},
effect: {
en: "Remove 2 damage counters from Shaymin. The Defending Pokémon is now Asleep.",
fr: "Retirez à Shaymin 2 marqueurs de dégât. Le Pokémon Défenseur est maintenant Endormi.",
de: "Remove 2 damge counters from Shaymin. The Defending Pokémon is now Asleep."
},
damage: 10,
@ -46,12 +49,14 @@ const card: Card = {
name: {
en: "Damage Aid",
fr: "Aide aux dégâts",
de: "Damage Aid"
},
effect: {
en: "If the Defending Pokémon is affected by a Special Condition, this attack does 30 damage plus 50 more damage. Then, remove all Special Conditions from the Defending Pokémon.",
fr: "Si le Pokémon Défenseur est affecté par un État Spécial, cette attaque inflige 30 dégâts plus 50 dégâts supplémentaires. Ensuite, retirez au Pokémon Défenseur tous ses États Spéciaux.",
de: "If the Defending Pokémon is affected by a Special Condition, this attack does 30 damage plus 50 more damage. Then, remove all Special Conditions from the Defending Pokémon."
},
damage: 30,
damage: "30+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shaymin",
fr: "Shaymin",
de: "Shaymin"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Growth",
fr: "Croissance",
de: "Growth"
},
effect: {
en: "Attach a Grass Energy card from your hand to Shaymin.",
fr: "Attachez à Shaymin une carte Énergie Grass de votre main",
de: "Attach a Energy card from your hand to Shaymin."
},
},
@ -43,10 +46,12 @@ const card: Card = {
name: {
en: "Air Slash",
fr: "Lame d'Air",
de: "Air Slash"
},
effect: {
en: "Flip a coin. If tails, discard an Energy attached to Shaymin.",
fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie attachée à Shaymin.",
de: "Flip a coin. If tails, discard all Energy attached to Shaymin."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Slaking",
fr: "Monaflemit",
de: "Letarking"
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Lazy Paunch",
fr: "Ventre paresseux",
de: "Lazy Paunch"
},
effect: {
en: "If Slaking used any attacks during your last turn, Slaking can't attack.",
fr: "Si Monaflemit a utilisé des attaques lors de votre tour précédent, il ne peut pas attaquer.",
de: "If Slaking used any attacks during your last turn, Slaking can't attack."
},
},
],
@ -48,10 +51,12 @@ const card: Card = {
name: {
en: "Best Dash",
fr: "Meilleure ruée",
de: "Best Dash"
},
effect: {
en: "During your opponent's next turn, any damage done to Slaking by attacks is increased by 50 (after applying Weakness and Resistance).",
fr: "Lors du prochain tour de votre adversaire, tous dégâts infligés à Monaflemit par des attaques sont augmentés de 50 (après application de la Faiblesse et de la Résistance).",
de: "During your opponent's next turn, any damage done to Slaking by attacks is increased by 50 (after applying Weakness and Resistance)."
},
damage: 150,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Weavile G",
fr: "Dimoret ",
de: "Snibunna G"
},
illustrator: "Makoto Imai",
rarity: "Rare",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Call for Family",
fr: "Appel à la famille",
de: "Call for Family"
},
effect: {
en: "Search your deck for up to 2 basic Pokémon SP and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 Pokémon de base SP et placez-les sur votre Banc. Ensuite, mélangez votre deck.",
de: "Search your deck for up to 2 basic Pokémon SP and put them onto your Bench. Shuffle your deck afterward."
},
},
@ -44,12 +47,14 @@ const card: Card = {
name: {
en: "Team Attack",
fr: "Attaque de groupe",
de: "Team Attack"
},
effect: {
en: "Does 10 damage plus 10 more damage for each Pokémon SP you have in play.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Pokémon SP que vous avez en jeu.",
de: "Does 10 damage plus 10 more damage for each Pokémon SP you have in play."
},
damage: 10,
damage: "10+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Altaria",
fr: "Altaria",
de: "Altaria"
},
illustrator: "Naoyo Kimura",
rarity: "Rare",
@ -33,10 +34,12 @@ const card: Card = {
name: {
en: "Midnight Eyes",
fr: "Yeux de minuit",
de: "Midnight Eyes"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi.",
de: "The Defending Pokémon is now Asleep."
},
damage: 20,
@ -49,10 +52,12 @@ const card: Card = {
name: {
en: "Perish Song",
fr: "Requiem",
de: "Perish Song"
},
effect: {
en: "If the Defending Pokémon is Asleep and was damaged or affected by Midnight Eyes during your last turn, the Defending Pokémon is Knocked Out.",
fr: "Si le Pokémon Défenseur est Endormi et que l'attaque Yeux de minuit lui a infligé des dégâts lors de votre tour précédent, il est mis K.O.",
de: "If the Defending Pokémo is Asleep and was damaged or affected by Midnight Eyes during your last turn, the Defending Pokémon is Knocked Out."
},
},
@ -64,10 +69,12 @@ const card: Card = {
name: {
en: "Healing Song",
fr: "Chanson guérisseuse",
de: "Healing Song"
},
effect: {
en: "Remove 1 damage counter from each of your Pokémon.",
fr: "Retirez à chacun de vos Pokémon 1 marqueur de dégât.",
de: "Remove 1 damage counter from each of your Pokémon."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Banette",
fr: "Branette",
de: "Banette"
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Temper Tantrum",
fr: "Piquer une colère",
de: "Temper Tantrum"
},
effect: {
en: "Once during your turn (before your attack), you may discard as many cards as you like from your hand. If you do, put that many damage counters on Banette. This power can't be used if Banette is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez défausser de votre main autant de cartes que vous voulez. Vous pouvez alors placer autant de marqueurs de dégât sur Branette. Ce pouvoir ne peut pas être utilisé si Branette est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may discard as many cards as you like from your hand. I you do, put that many damage counters on Banette. This power can't be used if Banette is affected by a Special Condition."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Darkness Switch",
fr: "Échange obscurité",
de: "Darkness Switch"
},
effect: {
en: "Discard an Energy card attached to Banette, and then switch all damage counters on Banette with those on the Defending Pokémon. (If an effect of this attack is prevented, this attack does nothing.)",
fr: "Défaussez une carte Énergie attachée à Branette puis échangez tous les marqueurs de dégât se trouvant sur Branette avec ceux du Pokémon Défenseur. (Si un effet de cette attaque est contré, cette attaque est sans effet.)",
de: "Discard an Energy card attached to Banette, and then switch all daage counters on Banette with those on the Defending Pokémon. (If an effect of this attack is prevented, this attack does nothing.)"
},
},
@ -60,12 +65,14 @@ const card: Card = {
name: {
en: "Loneliness",
fr: "Solitude",
de: "Loneliness"
},
effect: {
en: "You may show your hand to your opponent. If you do and if you don't have any Pokémon in your hand, this attack does 30 damage plus 30 more damage.",
fr: "Vous pouvez montrer votre main à votre adversaire. Si vous ne possédez pas de Pokémon, cette attaque inflige alors 30 dégâts plus 30 dégâts supplémentaires.",
de: "You may show your hand to your opponent. If you do and if you don't have any Pokémon in your hand, this attack does 30 damage plus 30 more damage."
},
damage: 30,
damage: "30+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Blastoise",
fr: "Tortank",
de: "Turtok"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Dig Well",
fr: "Puits creusé",
de: "Dig Well"
},
effect: {
en: "Once during your turn (before your attack), you may look at the top 3 cards of your deck, choose as many Water Energy cards as you like, and attach them to your Pokémon in any way you like. Discard the other cards. This power can't be used if Blastoise is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez regarder les 3 cartes du dessus de votre deck. Choisissez autant de cartes Énergie Water que vous voulez et attachez-les à vos Pokémon de la façon que vous voulez. Défaussez les autres cartes. Ce pouvoir ne peut pas être utilisé si Tortank est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may look at the top 3 cards of your deck, choose as many Energy cards as you like, and attach them to your Pokémon in any way you like. Discard all other cards. This power can't be used if Blastoise is affected by a Special Condition."
},
},
],
@ -46,12 +49,14 @@ const card: Card = {
name: {
en: "Aqua Press",
fr: "Aqua presse",
de: "Aqua Press"
},
effect: {
en: "Does 20 damage plus 10 more damage for each Water Energy attached to all Pokémon (both yours and your opponent's).",
fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Water attachée à tous les Pokémon (les vôtres et ceux de votre adversaire).",
de: "Does 20 damage plus 10 more damage for each Energy attached to all Pokémon (both yours and your opponent's)."
},
damage: 20,
damage: "20+",
},
{
@ -64,10 +69,12 @@ const card: Card = {
name: {
en: "Double Launcher",
fr: "Double lanceur",
de: "Double Launcher"
},
effect: {
en: "Discard 2 Water Energy attached to Blastoise. Choose 2 of your opponent's Benched Pokémon. This attack does 60 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) Blastoise can't use Double Launcher during your next turn.",
fr: "Défaussez 2 Énergies Water attachées à Tortank. Choisissez 2 des Pokémon de Banc de votre adversaire. Cette attaque leur inflige 60 dégâts chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Tortank ne peut pas utiliser Double Lanceur lors de votre prochain tour.",
de: "Discard 2 Energy attached to Blastoise. Choose 2 of your opponent's Benched Pokémon. This attack does 60 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) Blastoise can't use Double Launcher during your next turn."
},
},

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Bastiodon",
fr: "Bastiodon",
de: "Bollterus"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Metal Trait",
fr: "Trait métallique",
de: "Metal Trait"
},
effect: {
en: "As long as Bastiodon has a Pokémon Tool attached to it, remove 1 damage counter from Bastiodon between turns.",
fr: "Tant que Bastiodon possède un Outil Pokémon, retirez-lui 1 marqueur de dégât entre 2 tours.",
de: "As long as Bastiodon has a Pokémon Tool attached to it, remove 1 damage counter from Bastiodon between turns."
},
},
],
@ -47,10 +50,12 @@ const card: Card = {
name: {
en: "Iron Defense",
fr: "Mur de fer",
de: "Iron Defense"
},
effect: {
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Bastiodon during your opponent's next turn.",
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Bastiodon lors du prochain tour de votre adversaire.",
de: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Bastiodon during your opponent's next turn."
},
damage: 30,
@ -65,10 +70,12 @@ const card: Card = {
name: {
en: "Iron Tackle",
fr: "Charge de fer",
de: "Iron Tackle"
},
effect: {
en: "Bastiodon does 30 damage to itself.",
fr: "Bastiodon s'inflige 30 dégâts.",
de: "Bastiodon does 30 damage to itself."
},
damage: 80,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Beautifly",
fr: "Charmillon",
de: "Papinella"
},
illustrator: "Suwama Chiaki",
rarity: "Rare",
@ -33,12 +34,14 @@ const card: Card = {
name: {
en: "Colorful Powder",
fr: "Poudre colorée",
de: "Colorful Powder"
},
effect: {
en: "If Beautifly has 2 or less Energy attached to it, the Defending Pokémon is now Poisoned. If Beautifly has 3 Energy attached to it, the Defending Pokémon is now Burned and Poisoned. If Beautifly has 4 or more Energy attached to it, this attack does 20 damage plus 40 more damage and the Defending Pokémon is now Asleep, Burned, and Poisoned.",
fr: "Si Charmillon possède un maximum de 2 Énergies, le Pokémon Défenseur est maintenant Empoisonné. Si Charmillon possède 3 Énergies, le Pokémon Défenseur est maintenant Brûlé et Empoisonné. Si Charmillon possède au moins 4 Énergies, cette attaque inflige 20 dégâts plus 40 dégâts supplémentaires et le Pokémon Défenseur est maintenant Endormi, Brûlé et Empoisonné.",
de: "If Beautifly has 2 or less Energy attached to it, the Defending Pokémon is now Poisoned. If Beautifly has 3 Energy attached to it, the Defending Pokémon is now Burned and Poisoned. If Beautifly has 4 or more Energy attached to it, this attack does 20 damage plus 40 more damage and the Defending Pokémon is now Asleep, Burned, and Poisoned."
},
damage: 20,
damage: "20+",
},
{
@ -48,10 +51,12 @@ const card: Card = {
name: {
en: "Silver Scale",
fr: "Écaille argentée",
de: "Silver Scale"
},
effect: {
en: "If the Defending Pokémon has any Resistance, this attack's base damage is 60 instead of 30.",
fr: "Si le Pokémon Défenseur possède une Résistance, les dégâts de base de cette attaque sont de 60 au lieu de 30.",
de: "If the Defending Pokémon has any Resistance, this attack's base damage is 60 instead of 30."
},
damage: 30,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Blissey",
fr: "Leuphorie",
de: "Heiteira"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Nurse Call",
fr: "Appel à l'infirmière",
de: "Nurse Call"
},
effect: {
en: "Once during your turn (before your attack), you may discard a card from your hand. If you do, remove 2 damage counters from 1 of your Pokémon. You can't use more than 1 Nurse Call Poké-Power each turn. This power can't be used if Blissey is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez défausser une carte de votre main. Retirez alors à 1 de vos Pokémon 2 marqueurs de dégât. Vous ne pouvez pas utiliser plus d'1 Poké-Power Appel à l'infirmière par tour. Ce pouvoir ne peut pas être utilisé si Leuphorie est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may discard a card from your hand. If you do, remove 2 damage counters from 1 of your Pokémon. You can't use more than 1 Nurse Call Poké-Power each turn. This power can't be used if Blissey is affected by a Special Condition."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Return",
fr: "Retour",
de: "Return"
},
effect: {
en: "Draw cards until you have 6 cards in your hand.",
fr: "Piochez des cartes jusqu'à ce que vous ayez 6 cartes en main.",
de: "Draw cards until you have 6 cards in your hand."
},
damage: 20,
@ -63,10 +68,12 @@ const card: Card = {
name: {
en: "Double-edge",
fr: "Damoclès",
de: "Double-edge"
},
effect: {
en: "Blissey does 60 damage to itself.",
fr: "Leuphorie s'inflige 60 dégâts.",
de: "Blissey does 60 damage to itself."
},
damage: 100,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Dialga",
fr: "Dialga",
de: "Dialga"
},
illustrator: "Kent Kanetsuna",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Energy Stream",
fr: "Courant d'énergie",
de: "Energy Stream"
},
effect: {
en: "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to Dialga.",
fr: "Lancez une pièce. Si c'est face, choisissez dans votre pile de défausse une carte Énergie de base et attachez-la à Dialga.",
de: "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to Dialga."
},
damage: 20,
@ -49,10 +52,12 @@ const card: Card = {
name: {
en: "Diamond Blow",
fr: "Coup diamant",
de: "Diamond Blow"
},
effect: {
en: "Dialga can't attack during your next turn.",
fr: "Dialga ne peut pas attaquer lors de votre prochain tour.",
de: "Dialga can't attack during your next turn."
},
damage: 100,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Dugtrio",
fr: "Triopikeur",
de: "Digdri"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Sinkhole",
fr: "Chausse-trappe",
de: "Sinkhole"
},
effect: {
en: "If your opponent's Active Pokémon retreats, put 2 damage counters on that Pokémon.",
fr: "Si le Pokémon Actif de votre adversaire bat en retraite, placez 2 marqueurs de dégât sur ce Pokémon.",
de: "If your opponent's Active Pokémon retreats, put 2 damage counters on that Pokémon."
},
},
],
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Push Down",
fr: "Renverser",
de: "Push Down"
},
effect: {
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
fr: "Votre adversaire échange le Pokémon Défenseur avec 1 de ses Pokémon de Banc.",
de: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon."
},
damage: 30,
@ -63,10 +68,12 @@ const card: Card = {
name: {
en: "Magnitude",
fr: "Ampleur",
de: "Magnitude"
},
effect: {
en: "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc (les vôtres et ceux de votre adversaire). (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 70,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Dustox",
fr: "Papinox",
de: "Pudox"
},
illustrator: "Yukiko Baba",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Camouflage Pattern",
fr: "Motif camouflage",
de: "Camouflage Pattern"
},
effect: {
en: "Prevent all effects of attacks, including damage, done to Dustox by your opponent's Pokémon that is affected by 2 or more Special Conditions.",
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés à Papinox par des Pokémon de votre adversaire étant affectés par au moins 2 États Spéciaux.",
de: "Prevent all effects of attacks, including damage, done to Dustox by your opponent's Pokémon that is affected by 2 or more Special Conditions."
},
},
],
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Smogscreen",
fr: "Para-brouillard",
de: "Smogscreen"
},
effect: {
en: "The Defending Pokémon is now Poisoned. If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet.",
de: "The Defending Pokémon is now Poisoned. If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing."
},
damage: 20,
@ -63,10 +68,12 @@ const card: Card = {
name: {
en: "Chemical Scale",
fr: "Écaille chimique",
de: "Chemical Scale"
},
effect: {
en: "If the Defending Pokémon has any Poké-Powers or Poké-Bodies, the Defending Pokémon is now Burned and Confused.",
fr: "Si le Pokémon Défenseur possède des Poké-Powers ou des Poké-Bodies, il est maintenant Brûlé et Confus.",
de: "If the Defending Pokémon has any Poké-Powers or Poké-Bodies, the Defending Pokémon is now Burned and Confused."
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Empoleon",
fr: "Pingoléon",
de: "Impoleon"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -34,10 +35,12 @@ const card: Card = {
name: {
en: "Knock Off",
fr: "Sabotage",
de: "Knock Off"
},
effect: {
en: "Choose 1 card from your opponent's hand without looking and discard it.",
fr: "Choisissez sans regarder 1 carte de la main de votre adversaire et défaussez-la.",
de: "Choose 1 card from your opponent's hand without looking and discard it."
},
damage: 40,
@ -51,10 +54,12 @@ const card: Card = {
name: {
en: "Jet Smash",
fr: "Éclat'jet",
de: "Jet Smash"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 70 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't use Jet Smash during your next turn.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 70 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Pingoléon ne peut pas utiliser Écras'jet lors de votre prochain tour.",
de: "Choose 1 of your opponent's Pokémon. This attack does 70 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't use Jet Smash during your next turn."
},
},

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Giratina",
fr: "Giratina",
de: "Giratina"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Strafe",
fr: "Bombarder",
de: "Strafe"
},
effect: {
en: "You may switch Giratina with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger Giratina avec 1 de vos Pokémon de Banc.",
de: "You may switch Giratina with 1 of your Benched Pokémon."
},
damage: 20,
@ -48,10 +51,12 @@ const card: Card = {
name: {
en: "Broken-space Blow",
fr: "Coup espace-brisé",
de: "Broken-space Blow"
},
effect: {
en: "If the Defending Pokémon is Knocked Out by this attack, put the Defending Pokémon and all cards attached to it in the Lost Zone instead of discarding them.",
fr: "Si le Pokémon Défenseur est mis K.O par cette attaque, placez le Pokémon Défenseur ainsi que toutes les cartes qui lui sont attachées dans la Zone Perdue au lieu de les défausser.",
de: "If the Defending Pokémon is Knocked Out by this attack, put the Defending Pokémon and all cards attached to it in the Lost Zone instead of discarding them."
},
damage: 50,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Giratina",
fr: "Giratina",
de: "Giratina"
},
illustrator: "Yusuke Ishikawa",
rarity: "Rare",
@ -31,6 +32,7 @@ const card: Card = {
name: {
en: "Dragon Claw",
fr: "Dracogriffe",
de: "Dragon Claw"
},
damage: 30,
@ -45,10 +47,12 @@ const card: Card = {
name: {
en: "Dragonbreath",
fr: "Dracosouffle",
de: "Dragonbreath"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed."
},
damage: 80,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Golduck",
fr: "Akwakwak",
de: "Entoron"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Swim",
fr: "Nager",
de: "Swim"
},
effect: {
en: "If your opponent has any Water Energy attached to any of his or her Pokémon, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Si les Pokémon de votre adversaire possèdent de l'Énergie Water, vous pouvez infliger 30 dégâts à n'importe lequel des Pokémon de Banc. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).",
de: "If your opponent has any Energy attached to any of his or her Pokémon, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 30,
@ -47,12 +50,14 @@ const card: Card = {
name: {
en: "Water Slide",
fr: "Toboggan d'O",
de: "Water Slide"
},
effect: {
en: "You may move all Energy cards attached to Golduck to 1 of your Benched Pokémon. If you do, this attack does 40 damage plus 20 more damage.",
fr: "Vous pouvez déplacer toutes les cartes Énergie attachées à Akwakwak sur 1 de vos Pokémon de Banc. Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires.",
de: "You may move all Energy cards attached to Golduck to 1 of your Benched Pokémon. If you do, this attack does 40 damage plus 20 more damage."
},
damage: 40,
damage: "40+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Blaziken",
fr: "Brasegali",
de: "Lohgock"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Fire Breath",
fr: "Haleine de feu",
de: "Fire Breath"
},
effect: {
en: "Once during your turn (before your attack), you may choose 1 of the Defending Pokémon. That Pokémon is now Burned. This power can't be used if Blaziken is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir 1 des Pokémon Défenseurs. Ce Pokémon est maintenant Brûlé. Ce pouvoir ne peut pas être utilisé si Brasegali est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may choose 1 of the Defending Pokémon. That Pokémon is now Burned. This power can't be used if Blaziken is affected by a Special Condition."
},
},
],
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Clutch",
fr: "Serre",
de: "Clutch"
},
effect: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite lors du prochain tour de votre adversaire.",
de: "The Defending Pokémon can't retreat during your opponent's next turn."
},
damage: 40,
@ -63,10 +68,12 @@ const card: Card = {
name: {
en: "Fire Spin",
fr: "Danseflamme",
de: "Fire Spin"
},
effect: {
en: "Discard 2 Energy attached to Blaziken.",
fr: "Défaussez 2 Énergies attachées à Brasegali.",
de: "Discard 2 Energy attached to Blaziken."
},
damage: 100,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Gyarados G",
fr: "Leviator ",
de: "Garados G"
},
illustrator: "Kent Kanetsuna",
rarity: "Rare",
@ -32,10 +33,12 @@ const card: Card = {
name: {
en: "Wriggle",
fr: "Se tortiller",
de: "Wriggle"
},
effect: {
en: "Flip a coin for each of your opponent's Pokémon. If that coin flip is heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Lancez une pièce pour chaque Pokémon de votre adversaire. Si vous obtenez une face, cette attaque inflige 30 dégâts à ce Pokémon. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Flip a coin for each of your opponent's Pokémon. If that coin flip is heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
},
@ -49,12 +52,14 @@ const card: Card = {
name: {
en: "Dwindling Wave",
fr: "Vague diminutrice",
de: "Dwindling Wave"
},
effect: {
en: "Does 100 damage minus 10 damage for each damage counter on Gyarados .",
fr: "Inflige 100 dégâts moins 10 dégâts pour chaque marqueur de dégât sur Leviator .",
de: "Does 100 damage minus 10 damage for each damage counter on Gyarados G."
},
damage: 100,
damage: "100-",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Infernape",
fr: "Simiabraz",
de: "Panferno"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -33,12 +34,14 @@ const card: Card = {
name: {
en: "Rushing Flames",
fr: "Flammes dévorantes",
de: "Rushing Flames"
},
effect: {
en: "Discard as many Fire Energy as you like attached to your Pokémon in play. Flip a coin for each Energy card you discarded. This attack does 80 damage times the number of heads.",
fr: "Défaussez autant d'Énergies Fire attachées à vos Pokémon en jeu que vous voulez. Lancez une pièce pour chaque carte Énergie défaussée. Cette attaque inflige 80 dégâts multipliés par le nombre de faces.",
de: "Discard as many Energy as you like attached to your Pokémon in play. Flip a coin for each Energy card you discarded. This attack does 80 damage times the number of heads."
},
damage: 80,
damage: "80x",
},
{
@ -49,12 +52,14 @@ const card: Card = {
name: {
en: "Rage",
fr: "Frénésie",
de: "Rage"
},
effect: {
en: "Does 30 damage plus 10 more damage for each damage counter on Infernape.",
fr: "Inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur Simiabraz.",
de: "Does 30 damage plus 10 more damage for each damage counter on Infernape."
},
damage: 30,
damage: "30+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Kricketune",
fr: "Mélokrik",
de: "Zirpeise"
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
@ -34,12 +35,14 @@ const card: Card = {
name: {
en: "Revenge Melody",
fr: "Mélodie vengeresse",
de: "Revenge Melody"
},
effect: {
en: "Does 20 damage times the number of Kricketot and Kricketune in your discard pile.",
fr: "Inflige 20 dégâts multipliés par le nombre de Crikzik et Mélokrik dans votre pile de défausse.",
de: "Does 20 damage times the number of Kricketot and Kricketune in your discard pile."
},
damage: 20,
damage: "20x",
},
{
@ -50,12 +53,14 @@ const card: Card = {
name: {
en: "Bug Buzz",
fr: "Bourdon",
de: "Bug Buzz"
},
effect: {
en: "If the Defending Pokémon is Asleep, this attack does 50 damage plus 30 more damage. Remove the Special Condition Asleep from the Defending Pokémon.",
fr: "Si le Pokémon Défenseur est Endormi, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires. Retirez-lui l'État Spécial Endormi.",
de: "If the Defending Pokémon is Asleep, this attack does 50 damage plus 30 more damage. Remove the Special Condition Asleep from the Defending Pokémon."
},
damage: 50,
damage: "50+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Lickilicky",
fr: "Coudlangue",
de: "Schlurplek"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Harrumph",
fr: "Se racler la gorge",
de: "Harrumph"
},
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.) Before doing damage, discard all Trainer cards attached to that Pokémon.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 40 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Avant d'infliger des dégâts, défaussez toutes les cartes Dresseur attachées à ce Pokémon.",
de: "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Before doing damage, discard all Trainer cards attached to that Pokémon."
},
},
@ -52,10 +55,12 @@ const card: Card = {
name: {
en: "Body Press",
fr: "Presse corporelle",
de: "Body Press"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé. Défaussez une carte Énergie attachée au Pokémon Défenseur.",
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon."
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Ludicolo",
fr: "Ludicolo",
de: "Kappalores"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Cheerful Voice",
fr: "Voix joyeuse",
de: "Cheerful Voice"
},
effect: {
en: "Once during your turn (before your attack), you may use this power. If you do, your turn ends. During your next turn, each of Ludicolo's attacks does 60 more damage to the Defending Pokémon (before applying Weakness and Resistance). This power can't be used if Ludicolo is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez utiliser ce pouvoir. Votre tour est alors terminé. Lors de votre prochain tour, chacune des attaques de Ludicolo inflige 60 dégâts supplémentaires au Pokémon Défenseur (avant application de la Faiblesse et de la Résistance). Ce pouvoir ne peut pas être utilisé si Ludicolo est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may use this power. If you do, your turn ends. During your next turn, each of Ludicolo's attacks does 60 more damage to the Defending Pokémon (before applying Weakness and Resistance). This power can't be used if Ludicolo is affected by a Special Condition."
},
},
],
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Mad Dance",
fr: "Danse de fou",
de: "Mad Dance"
},
effect: {
en: "The Defending Pokémon is now Confused.",
fr: "Le Pokémon Défenseur est maintenant Confus.",
de: "The Defending Pokémon is now Confused."
},
damage: 20,
@ -63,10 +68,12 @@ const card: Card = {
name: {
en: "Best Dance",
fr: "Meilleure danse",
de: "Best Dance"
},
effect: {
en: "After doing damage, remove from Ludicolo the number of damage counters equal to the damage you did to the Defending Pokémon. Ludicolo can't use Best Dance during your next turn.",
fr: "Après avoir infligé des dégâts, retirez à Ludicolo autant de marqueurs de dégât que vous avez infligé de dégâts au Pokémon Défenseur. Ludicolo ne peut pas utiliser Meilleure danse lors de votre prochain tour.",
de: "After doing damage, remove from Ludicolo the number of damage counters equal to the damage you did to the Defending Pokémon. Ludicolo can't use Best Dance during your next turn."
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Luvdisc",
fr: "Lovdisc",
de: "Liebiskus"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Love Call",
fr: "Appel amoureux",
de: "Love Call"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. Search your deck for a Pokémon that is the same type as the Pokémon you chose, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Choisissez dans votre deck un Pokémon du même type que le Pokémon que vous avez choisi, montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck.",
de: "Choose 1 of your opponent's Pokémon. Search your deck for a Pokémon that is the same type as the Pokémon you chose, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
},
},
@ -42,10 +45,12 @@ const card: Card = {
name: {
en: "Sweet Kiss",
fr: "Doux baiser",
de: "Sweet Kiss"
},
effect: {
en: "Your opponent may draw a card.",
fr: "Votre adversaire peut piocher une carte.",
de: "Your opponent may draw a card."
},
damage: 30,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Ninetales",
fr: "Feunard",
de: "Vulnona"
},
illustrator: "Suwama Chiaki",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Flame Bash",
fr: "Coup de flammes",
de: "Flame Bash"
},
effect: {
en: "Flip a coin until you get tails. Search your deck for a number of Fire Energy cards up to the number of heads and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cherchez dans votre deck autant de cartes Énergie Fire que vous avez obtenu de faces et attachez-les à n'importe lequel de vos Pokémon de la façon que vous voulez. Ensuite, mélangez votre deck.",
de: "Flip a coin until you get tails. Search your deck for a number of Energy cards up to the number of heads and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward."
},
},
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Mysterious Flames",
fr: "Flammes mystérieuses",
de: "Mysterious Flames"
},
effect: {
en: "If you have more Energy in play than your opponent, the Defending Pokémon is now Burned and Confused.",
fr: "Si vous possédez plus d'Énergie en jeu que votre adversaire, le Pokémon Défenseur est maintenant Brûlé et Confus.",
de: "If you have more Energy in play than your opponent, the Defending Pokémon is now Burned and Confused."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Palkia",
fr: "Palkia",
de: "Palkia"
},
illustrator: "Kent Kanetsuna",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Tsunami",
fr: "Tsunami",
de: "Tsunami"
},
effect: {
en: "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 10,
@ -48,10 +51,12 @@ const card: Card = {
name: {
en: "Water Pulse",
fr: "Vibraqua",
de: "Water Pulse"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi.",
de: "Flip a coin. If heads, the Defending Pokémon is now Asleep."
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shaymin",
fr: "Shaymin",
de: "Shaymin"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -28,12 +29,14 @@ const card: Card = {
name: {
en: "Energy Blow",
fr: "Coup d'énergie",
de: "Energy Blow"
},
effect: {
en: "Does 10 damage plus 10 more damage for each Energy attached to Shaymin.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Shaymin.",
de: "Does 10 damage plus 10 more damage for each Energy attached to Shaymin."
},
damage: 10,
damage: "10+",
},
{
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Aromatherapy",
fr: "Aromathérapi",
de: "Aromatherapy"
},
effect: {
en: "Remove 2 damage counters from each of your Pokémon.",
fr: "Retirez à chacun de vos Pokémon 2 marqueurs de dégât.",
de: "Remove 2 damage counters from each of your Pokémon."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Torterra",
fr: "Torterra",
de: "Chelterrar"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -35,12 +36,14 @@ const card: Card = {
name: {
en: "Green Blast",
fr: "Explosion verte",
de: "Green Blast"
},
effect: {
en: "Does 40 damage plus 10 more damage for each Grass Energy attached to all of your Pokémon.",
fr: "Inflige 40 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Grass attachée à tous vos Pokémon.",
de: "Does 40 damage plus 10 more damage for each Energy attached to all of your Pokémon."
},
damage: 40,
damage: "40+",
},
{
@ -53,10 +56,12 @@ const card: Card = {
name: {
en: "Soothing Scent",
fr: "Senteur apaisante",
de: "Soothing Scent"
},
effect: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi.",
de: "The Defending Pokémon is now Asleep."
},
damage: 80,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Delcatty",
fr: "Delcatty",
de: "Enekoro"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Power Circulation",
fr: "Circulation de puissance",
de: "Power Circulation"
},
effect: {
en: "Once during your turn (before your attack), you may search your discard pile for up to 2 basic Energy cards, show them to your opponent, and put them on top of your deck in any order. If you do, put 2 damage counters on Delcatty. This power can't be used if Delcatty is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir dans votre pile de défausse jusqu'à 2 cartes Énergie de base. Montrez-les à votre adversaire et placez-les au dessus de votre deck dans n'importe quel ordre. Placez alors 2 marqueurs de dégât sur Delcatty. Ce pouvoir ne peut pas être utilisé si Delcatty est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may search your discard pile for up to 2 basic Energy cards, show them to your opponent, and put them on top of your deck in any order. If you do, put 2 damage counters on Delcatty. This power can't be used if Delcatty is affected by a Special Condition."
},
},
],
@ -45,12 +48,14 @@ const card: Card = {
name: {
en: "Power Heal",
fr: "Pouvoir guérissant",
de: "Power Heal"
},
effect: {
en: "Does 10 damage plus 10 more damage for each damage counter on Delcatty. Then, remove 2 damage counters from Delcatty.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur Delcatty. Ensuite, retirez à Delcatty 2 marqueurs de dégât.",
de: "Does 10 damage plus 10 more damage for each damage counter on Delcatty. Then, remove 2 damage counters from Delcatty."
},
damage: 10,
damage: "10+",
},
{
@ -62,6 +67,7 @@ const card: Card = {
name: {
en: "Rear Kick",
fr: "Pouvoir guérisseur",
de: "Rear Kick"
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Toxicroak G",
fr: "Coatox ",
de: "Toxiquak G"
},
illustrator: "Ryota Saito",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Anticipation",
fr: "Anticipation",
de: "Anticipation"
},
effect: {
en: "Prevent all effects of attacks, excluding damage, done to Toxicroak .",
fr: "Prévenez tous les effets d'attaques, dégâts exclus, infligés à Coatox .",
de: "Prevent all effects of attacks, excluding damage, done to Toxicroak G."
},
},
],
@ -43,12 +46,14 @@ const card: Card = {
name: {
en: "Deep Poison",
fr: "Poison profond",
de: "Deep Poison"
},
effect: {
en: "If the Defending Pokémon is Poisoned, this attack does 20 damage plus 40 more damage.",
fr: "Si le Pokémon Défenseur est Empoisonné, cette attaque inflige 20 dégâts plus 40 dégâts supplémentaires.",
de: "If the Defending Pokémon is Poisoned, this attack does 20 damage plus 40 more damage."
},
damage: 20,
damage: "20+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Bronzong G",
fr: "Archéodong ",
de: "Bronzong G"
},
illustrator: "Makoto Imai",
rarity: "Uncommon",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Galactic Switch",
fr: "Échange galactique",
de: "Galactic Switch"
},
effect: {
en: "Once during your turn (before your attack), you may move an Energy card attached to 1 of your Pokémon SP to another of your Pokémon. Then, put 2 damage counters on Bronzong . This power can't be used if Bronzong is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez déplacer une carte Énergie attachée à 1 de vos Pokémon SP sur un autre de vos Pokémon. Ensuite, placez 2 marqueurs de dégât sur Archéodong . Ce pouvoir ne peut pas être utilisé si Archéodong est affecté par un État Spécial.",
de: "Once during your turn (before your attack), you may move an Energy card attached to 1 of your Pokémon SP to another of your Pokémon. Then, put 2 damage counters on Bronzong G. This power can't be used if Bronzong G is affected by a Special Condition."
},
},
],
@ -44,10 +47,12 @@ const card: Card = {
name: {
en: "Psychic Pulse",
fr: "Vibration psy",
de: "Psychic Pulse"
},
effect: {
en: "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire possédant des marqueurs de dégât. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Cacturne",
fr: "Cacturne",
de: "Noktuska"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
@ -34,10 +35,12 @@ const card: Card = {
name: {
en: "Spike Wound",
fr: "Blessure pointue",
de: "Spike Wound"
},
effect: {
en: "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 1 des Pokémon de votre adversaire possédant des marqueurs de dégât. Cette attaque lui inflige 50 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 50 damage to that Pokémon. (Don't apply Weakness and resistance for benched Pokémon.)"
},
},
@ -49,10 +52,12 @@ const card: Card = {
name: {
en: "Poison Experiment",
fr: "Expérimentation empoisonnée",
de: "Poison Experiment"
},
effect: {
en: "You may discard a Grass or Darkness Energy attached to Cacturne. If you discard a Grass Energy, the Defending Pokémon is now Poisoned. If you discard a Darkness Energy, the Defending Pokémon is now Paralyzed.",
fr: "Vous pouvez défausser une Énergie Grass ou Darkness attachée à Cacturne. Si vous défaussez une Énergie Grass, le Pokémon Défenseur est maintenant Empoisonné. Si vous défaussez une Énergie Darkness, le Pokémon Défenseur est maintenant Paralysé.",
de: "You may discard a or Energy attached to Cacturne. If you discard a Energy, the Defending Pokémon is now Poisoned. If you discard a Energy, the Defending Pokémon is now Paralyzed."
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Carnivine",
fr: "Vortente",
de: "Venuflibis"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Stretch Vine",
fr: "Longue Liane",
de: "Stretch Vine"
},
effect: {
en: "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 2 des Pokémon de Banc de votre adversaire. Cette attaque inflige 10 dégâts à chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Choose 2 of your opponent's benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched pokémon.)"
},
},
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Absorb",
fr: "Vol-vie",
de: "Absorb"
},
effect: {
en: "Remove 2 damage counters from Carnivine.",
fr: "Retirez à Vortente 2 marqueurs de dégât.",
de: "Remove 2 damage counters from Carnivine."
},
damage: 20,
@ -61,10 +66,12 @@ const card: Card = {
name: {
en: "Vine Extract",
fr: "Extrait de plante",
de: "Vine Extrakt"
},
effect: {
en: "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned and Poisoned.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, il est maintenant Brûlé et Empoisonné.",
de: "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned and poisoned."
},
damage: 30,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Cascoon",
fr: "Blindalys",
de: "Panekon"
},
illustrator: "Yukiko Baba",
rarity: "Uncommon",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Ascension",
fr: "Ascension",
de: "Ascension"
},
effect: {
en: "Search your deck for a card that evolves from Cascoon and put it onto Cascoon. (This counts as evolving Cascoon.) Shuffle your deck afterward.",
fr: "Choisissez dans votre deck une carte qui évolue de Blindalys et placez-la sur Blindalys. (Vous le faites ainsi évoluer.) Ensuite, mélangez votre deck.",
de: "Search your deck for a card that evolves from Cascoon and put it onto Cascoon. (This counts as evolving Cascoon.) Shuffle your deck afterward."
},
},
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Poison Thread",
fr: "Fil empoisonné",
de: "Poison Thread"
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné.",
de: "The Defending Pokémon is now Poisoned."
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Combusken",
fr: "Galifeu",
de: "Junglut"
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
@ -34,12 +35,14 @@ const card: Card = {
name: {
en: "Firebreathing",
fr: "Souffle-feu",
de: "Firebreathing"
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
de: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage."
},
damage: 20,
damage: "20+",
},
{
@ -51,6 +54,7 @@ const card: Card = {
name: {
en: "High Jump Kick",
fr: "Pied voltige",
de: "High Jump Kick"
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Cranidos",
fr: "Kranidos",
de: "Koknodon"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -33,12 +34,14 @@ const card: Card = {
name: {
en: "Rock Smash",
fr: "Éclate-roc",
de: "Rock Smash"
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
de: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage."
},
damage: 20,
damage: "20+",
},
{
@ -49,10 +52,12 @@ const card: Card = {
name: {
en: "Knock Over",
fr: "Culbute",
de: "Knock Over"
},
effect: {
en: "You may discard any Stadium card in play.",
fr: "Vous pouvez défausser n'importe quelle carte Stade en jeu.",
de: "You may discard any Stadium card in play."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Crobat G",
fr: "Nostenfert ",
de: "Iksbat G"
},
illustrator: "Makoto Imai",
rarity: "Uncommon",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Flash Bite",
fr: "Morsure flash",
de: "Flash Bite"
},
effect: {
en: "Once during your turn, when you put Crobat from your hand onto your Bench, you may put 1 damage counter on 1 of your opponent's Pokémon.",
fr: "Une seule fois lors de votre tour, lorsque vous placez Nostenfert de votre main sur votre Banc, vous pouvez placer 1 marqueur de dégât sur 1 des Pokémon de votre adversaire.",
de: "One during your turn, when you put Crobat G from your hand onto your Bench, you may put 1 damage counter on 1 of your opponent's Pokémon."
},
},
],
@ -43,10 +46,12 @@ const card: Card = {
name: {
en: "Toxic Fang",
fr: "Croc toxik",
de: "Toxic Fang"
},
effect: {
en: "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Placez 2 marqueurs de dégât au lieu d'1 sur le Pokémon Défenseur entre deux tours.",
de: "The Defending pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns."
},
},

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Flaaffy",
fr: "Lainergie",
de: "Waaty"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Uncommon",
@ -33,10 +34,12 @@ const card: Card = {
name: {
en: "Spark",
fr: "Étincelle",
de: "Spark"
},
effect: {
en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 2 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for benched Pokémon.)"
},
damage: 10,
@ -49,10 +52,12 @@ const card: Card = {
name: {
en: "Tail Code",
fr: "Queue codée",
de: "Tail Code"
},
effect: {
en: "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon.",
fr: "Déplacez une carte Énergie attachée au Pokémon Défenseur sur un autre des Pokémon de votre adversaire.",
de: "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon."
},
damage: 30,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Grotle",
fr: "Boskara",
de: "Chelcarain"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
@ -34,10 +35,12 @@ const card: Card = {
name: {
en: "Absorb",
fr: "Vol-vie",
de: "Absorb"
},
effect: {
en: "Remove 1 damage counter from Grotle.",
fr: "Retirez à Boskara 1 marqueur de dégât.",
de: "Remove 1 damage counter from Grotle."
},
damage: 30,
@ -51,6 +54,7 @@ const card: Card = {
name: {
en: "Razor Leaf",
fr: "Tranch'herbe",
de: "Razor Leaf"
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Dialga",
fr: "Dialga",
de: "Dialga"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Reverse Time",
fr: "Temps inverse",
de: "Reverse Time"
},
effect: {
en: "Once during your turn, when you put Dialga from your hand onto your Bench, you may search your discard pile for up to 3 in any combination of Pokémon (excluding Pokémon LV.X) and basic Energy cards. Show them to your opponent and put them on top of your deck in any order.",
fr: "Une seule fois lors de votre tour, lorsque vous placez Dialga de votre main sur votre Banc, vous pouvez chercher dans votre pile de défausse n'importe quelle combinaison de jusqu'à 3 Pokémon (Pokémon NIV.X exclus) et cartes Énergie de base. Montrez-les à votre adversaire et placez-les au dessus de votre deck dans n'importe quel ordre.",
de: "Once during your turn, when you put Dialga from your hand onto your Bench, you may search your discard pile for up to 3 in any combination of Pokémon (excluding Pokémon LV.X) and basic Energy cards. Show them to your opponent and put them on top of your deck in any order."
},
},
],
@ -44,10 +47,12 @@ const card: Card = {
name: {
en: "Time-Space Traveling",
fr: "Voyage espace-temps",
de: "Time-Space Traveling"
},
effect: {
en: "Draw cards until you have 7 cards in your hand.",
fr: "Piochez des cartes jusqu'à ce que vous ayez 7 cartes en main.",
de: "Draw cards until you have 7 cards in your hand."
},
damage: 50,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Houndoom G",
fr: "Demolosse ",
de: "Hundemon G"
},
illustrator: "Kent Kanetsuna",
rarity: "Uncommon",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Black Cry",
fr: "Cri noir",
de: "Black Cry"
},
effect: {
en: "The Defending Pokémon can't retreat or use any Poké-Powers during your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite ou utiliser de Poké-Powers lors du prochain tour de votre adversaire.",
de: "The Defending Pokémon can't retreat or use any Poke-Powers during your opponent's next turn."
},
damage: 20,
@ -48,12 +51,14 @@ const card: Card = {
name: {
en: "Dark Slash",
fr: "Entaille",
de: "Dark Slash"
},
effect: {
en: "You may discard a Darkness Energy attached to Houndoom . If you do, this attack does 40 damage plus 20 more damage.",
fr: "Vous pouvez défausser une Énergie Darkness attachée à Demolosse . Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires.",
de: "You may discard a Energy attached to Houndoom G. If you do, this attack does 40 damage plus 20 more damage."
},
damage: 40,
damage: "40+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Kirlia",
fr: "Kirlia",
de: "Kirlia"
},
illustrator: "Naoyo Kimura",
rarity: "Uncommon",
@ -34,10 +35,12 @@ const card: Card = {
name: {
en: "Teleportation Burst",
fr: "Téléportation explosive",
de: "Teleportation Burst"
},
effect: {
en: "You may switch Kirlia with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger Kirlia avec 1 des Pokémon de Banc de votre adversaire.",
de: "You may switch Kirlia with 1 of your Benched Pokémon."
},
damage: 30,
@ -51,6 +54,7 @@ const card: Card = {
name: {
en: "Super Psy Bolt",
fr: "Super psy",
de: "Super Psy Bolt"
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Lombre",
fr: "Lombre",
de: "Lombrero"
},
illustrator: "Midori Harada",
rarity: "Uncommon",
@ -34,10 +35,12 @@ const card: Card = {
name: {
en: "Interrupt",
fr: "Interruption",
de: "Interrupt"
},
effect: {
en: "Flip a coin. If heads, look at your opponent's hand and choose 1 card, then have your opponent shuffle that card into his or her deck.",
fr: "Lancez une pièce. Si c'est face, regardez la main de votre adversaire et choisissez-y une carte. Ensuite, demandez à votre adversaire de la mélanger à son deck.",
de: "Flip a coin. If heads, look at your opponent's hand and choose 1 card, then have your opponent shuffle that card into his or her deck."
},
damage: 20,
@ -51,6 +54,7 @@ const card: Card = {
name: {
en: "Gentle Slap",
fr: "Gifle douce",
de: "Gentle Slap"
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Lucario",
fr: "Lucario",
de: "Lucario"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -33,10 +34,12 @@ const card: Card = {
name: {
en: "Aura Sphere",
fr: "Aurasphère",
de: "Aura Sphere"
},
effect: {
en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Does 10 damage to 1 of your opponent's benched Pokémon. (Don't apply Weakness and Resistance for benched Pokémon.)"
},
damage: 30,
@ -49,12 +52,14 @@ const card: Card = {
name: {
en: "Do the Wave",
fr: "Faites la vague",
de: "Do the Wave"
},
effect: {
en: "Does 20 damage plus 10 more damage for each of your Benched Pokémon.",
fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chacun des Pokémon de votre Banc.",
de: "Does 20 damage plus 10 more damage for each of your Benched Pokémon."
},
damage: 20,
damage: "20+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Mightyena",
fr: "Grahyena",
de: "Magnayen"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Cold Feet",
fr: "Pieds froids",
de: "Cold Feet"
},
effect: {
en: "If Mightyena is affected by a Special Condition, ignore all Energy necessary to use Mightyena's attacks.",
fr: "Si Grahyena est affecté par un État Spécial, ignorez toutes les Énergies nécessaires pour utiliser les attaques de Grahyena.",
de: "If Mightyena is affected by a Special Condition, ignore all Energy nessesary to use Mightyena's attacks."
},
},
],
@ -46,12 +49,14 @@ const card: Card = {
name: {
en: "Collude",
fr: "Association louche",
de: "Collude"
},
effect: {
en: "If you played any Supporter card from your hand during this turn, this attack does 20 damage plus 20 more damage.",
fr: "Si vous avez joué une carte Supporter de votre main ce tour-ci, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
de: "If you played any Supporter card from your hand during this turn, this attack does 20 damage plus 20 more damage."
},
damage: 20,
damage: "20+",
},
{
@ -63,12 +68,14 @@ const card: Card = {
name: {
en: "Desperate Attack",
fr: "Attaque désespérée",
de: "Desperate Attack"
},
effect: {
en: "If Mightyena has less Energy attached to it than the Defending Pokémon, this attack does 50 damage plus 30 more damage.",
fr: "Si Grahyena possède moins d'Énergie que le Pokémon Défenseur, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.",
de: "If Mightyena has less Energy attached to it than the Defending Pokémon, this attack does 30 more damage."
},
damage: 50,
damage: "50+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Mismagius",
fr: "Magirêve",
de: "Traunmagil"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
@ -33,10 +34,12 @@ const card: Card = {
name: {
en: "Upper Hand",
fr: "Tourmente",
de: "Upper Hand"
},
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.",
fr: "Choisissez 1 des attaques du Pokémon Défenseur. Il ne peut pas l'utiliser lors du prochain tour de votre adversaire.",
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: 30,
@ -50,10 +53,12 @@ const card: Card = {
name: {
en: "Psybeam",
fr: "Rafale psy",
de: "Psybeam"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
de: "Flip a coin. If heads, the Defending Pokémon is now Confused."
},
damage: 60,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Monferno",
fr: "Chimpenfeu",
de: "Panpyro"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -33,10 +34,12 @@ const card: Card = {
name: {
en: "Fire Tail Slap",
fr: "Coup de queue enflammé",
de: "Fire Tail Slap"
},
effect: {
en: "Flip a coin. If tails, discard a Fire Energy attached to Monferno.",
fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie Fire attachée à Chimpenfeu.",
de: "Flip a coin. If tails, discard a Energy attached to Monferno."
},
damage: 40,
@ -49,10 +52,12 @@ const card: Card = {
name: {
en: "Paralyzing Gaze",
fr: "Regard paralysant",
de: "Paralyzing Gaze"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Muk",
fr: "Grotadmorv",
de: "Sleimok"
},
illustrator: "Hajime Kusajima",
rarity: "Uncommon",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Sludge Cell",
fr: "Celllule vaseuse",
de: "Sludge Cell"
},
effect: {
en: "If Muk remains affected by any Special Conditions between turns, remove 2 damage counters from Muk.",
fr: "Au début du tour de chaque joueur, si Grotadmorv est affecté par un État Spécial, retirez-lui 2 marqueurs de dégât.",
de: "If Muk remains affected by any Special Condition between turns, remove 2 damage counters from Muk."
},
},
],
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Strange Poison",
fr: "Poison étrange",
de: "Strange Poison"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, Muk is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné. Si c'est pile, Grotadmorv est maintenant Empoisonné.",
de: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, Muk is now Poisonened."
},
damage: 30,
@ -63,12 +68,14 @@ const card: Card = {
name: {
en: "Strange Sludge",
fr: "Vase étrange",
de: "Strange Sludge"
},
effect: {
en: "If Muk is Poisoned, this attack does 50 damage plus 20 more damage and the Defending Pokémon is now Confused.",
fr: "Si Grotadmorv est Empoisonné, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires et le Pokémon Défenseur est maintenant Confus.",
de: "If Muk is Poisoned, this attack does 50 damage plus 20 more damage and the Defending Pokémon is now Confused."
},
damage: 50,
damage: "50+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Octillery",
fr: "Octillery",
de: "Octillery"
},
illustrator: "Midori Harada",
rarity: "Uncommon",
@ -31,12 +32,14 @@ const card: Card = {
name: {
en: "Water Vein",
fr: "Filon d'eau",
de: "Water Vein"
},
effect: {
en: "Reveal the top 5 cards of your deck. Flip a coin for each Energy card you find there. This attack does 50 damage times the number of heads. Shuffle the revealed cards back into your deck.",
fr: "Retournez les 5 cartes du dessus de votre deck. Lancez une pièce pour chaque carte Énergie que vous y trouvez. Cette attaque inflige 50 dégâts multipliés par le nombre de faces. Mélangez les cartes retournées à votre deck.",
de: "Reveal the top 5 cards of your deck. Flip a coin for each Energy card you find there. This attack does 50 damage times the number of heads. Shuffle the revealed cards back into your deck."
},
damage: 50,
damage: "50x",
},
{
@ -47,10 +50,12 @@ const card: Card = {
name: {
en: "Octazooka",
fr: "Octazooka",
de: "Octazooka"
},
effect: {
en: "Any time the Defending Pokémon tries to attack, your opponent flips a coin. If tails, the attack does nothing. (If the Defending Pokémon is no longer your opponent's Active Pokémon, this effect ends.)",
fr: "Chaque fois que le Pokémon Défenseur essaye d'attaquer, votre adversaire lance une pièce. Si c'est pile, cette attaque est sans effet. (Si le Pokémon Défenseur n'est plus le Pokémon Actif de votre adversaire, cet effet se termine.)",
de: "Any time the Defending Pokémon tries to attack, your opponent flips a coin. If tails, the attack does nothing. (If the Defending Pokémon is no longer your opponent 's Pokémon, this effect ends.)"
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Prinplup",
fr: "Prinplouf",
de: "Pliprin"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
@ -33,6 +34,7 @@ const card: Card = {
name: {
en: "Surf",
fr: "Surf",
de: "Surf"
},
damage: 30,
@ -47,10 +49,12 @@ const card: Card = {
name: {
en: "Bubblebeam",
fr: "Bulles d'O",
de: "Bubblebeam"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
},
damage: 50,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Dialga",
fr: "Dialga",
de: "Dialga"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Time Aura",
fr: "Aura temporelle",
de: "Time Aura"
},
effect: {
en: "As long as Dialga is your Active Pokémon, your opponent can't play any Pokémon from his or her hand to evolve his or her Active Pokémon.",
fr: "Tant que Dialga est votre Pokémon Actif, votre adversaire ne peut pas jouer de Pokémon de sa main pour faire évoluer son Pokémon Actif.",
de: "As long as Dialga is your Active Pokémon, your opponent can't play any Pokémon from his or her hand to evolve his or her Active Pokémon."
},
},
],
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Metal Burn",
fr: "Brûlure métallique",
de: "Metal Burn"
},
effect: {
en: "Discard all Metal Energy attached to Dialga.",
fr: "Défaussez toutes les Énergies Metal attachées à Dialga.",
de: "Discard all Energy attached to Dialga."
},
damage: 100,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Probopass",
fr: "Tarinorme",
de: "Voluminas"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
@ -34,10 +35,12 @@ const card: Card = {
name: {
en: "Stealth Rock",
fr: "Piège de Roc",
de: "Stealth Rock"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 30 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
},
@ -50,10 +53,12 @@ const card: Card = {
name: {
en: "Hyper Beam",
fr: "Ultralaser",
de: "Hyper Beam"
},
effect: {
en: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
fr: "Lancez une pièce. Si c'est face, défaussez une carte Énergie attachée au Pokémon Défenseur.",
de: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon."
},
damage: 70,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Seviper",
fr: "Seviper",
de: "Vipitis"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Uncommon",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Shed Skin",
fr: "Mue",
de: "Shed Skin"
},
effect: {
en: "Remove 4 damage counters from Seviper.",
fr: "Retirez à Seviper 4 marqueurs de dégât.",
de: "Remove 4 damage counters from Seviper."
},
},
@ -42,10 +45,12 @@ const card: Card = {
name: {
en: "Bite and Escape",
fr: "Mordre avant de s'échapper",
de: "Bite and Escape"
},
effect: {
en: "You may switch Seviper with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger Seviper avec 1 des Pokémon de votre Banc.",
de: "You may switch Seviper with 1 of your Benched Pokémon."
},
damage: 20,
@ -59,10 +64,12 @@ const card: Card = {
name: {
en: "Paralyze Poison",
fr: "Poison paralysant",
de: "Paralyze Poison"
},
effect: {
en: "The Defending Pokémon is now Poisoned. Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé et Empoisonné.",
de: "The Defending Pokémon is now Poisoned. Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisened."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Shieldon",
fr: "Dinoclier",
de: "Schilterus"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
@ -33,10 +34,12 @@ const card: Card = {
name: {
en: "Endure",
fr: "Ténacité",
de: "Endure"
},
effect: {
en: "Flip a coin. If heads, during your opponent's next turn, if Shieldon would be Knocked Out by damage from an attack, Shieldon is not Knocked Out and its remaining HP becomes 10 instead.",
fr: "Lancez une pièce. Si c'est face, lors du prochain tour de votre adversaire, si Dinoclier est mis K.O par les dégâts d'une attaque, il n'est pas mis K.O mais il ne lui reste que 10 PV.",
de: "Flip a coin. If heads, during your opponent's next turn, if Shieldon would be Knocked Out by damage from an attack, Shieldon is not Knocked Out and its remaining HP becomes 10 instead."
},
},
@ -48,10 +51,12 @@ const card: Card = {
name: {
en: "Rock Slide",
fr: "Éboulement",
de: "Rock Slide"
},
effect: {
en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 2 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 30,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Silcoon",
fr: "Armulys",
de: "Schaloko"
},
illustrator: "Kyoko Umemoto",
rarity: "Uncommon",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Ascension",
fr: "Ascension",
de: "Ascension"
},
effect: {
en: "Search your deck for a card that evolves from Silcoon and put it onto Silcoon. (This counts as evolving Silcoon.) Shuffle your deck afterward.",
fr: "Choisissez dans votre deck une carte qui évolue d'Armulys et placez-la sur Armulys. (Vous le faites ainsi évoluer.) Ensuite, mélangez votre deck.",
de: "Search your deck for a card that evolves from Silcoon and put it onto Silcoon. (This counts as evolving Silcoon.) Shuffle your deck afterward."
},
},
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Sticky String",
fr: "Ficelle collante",
de: "Sticky String"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Vigoroth",
fr: "Vigoroth",
de: "Muntier"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -33,10 +34,12 @@ const card: Card = {
name: {
en: "Reckless Charge",
fr: "Attaque imprudente",
de: "Reckless Charge"
},
effect: {
en: "Flip a coin. If tails, Vigoroth does 10 damage to itself.",
fr: "Lancez une pièce. Si c'est pile, Vigoroth s'inflige 10 dégâts.",
de: "Flip a coin. If tails, Vigoroth does 10 damage to itself."
},
damage: 30,
@ -50,12 +53,14 @@ const card: Card = {
name: {
en: "Fight Back",
fr: "Rendre les coups",
de: "Fight Back"
},
effect: {
en: "If Vigoroth has any damage counters on it, this attack does 50 damage plus 20 more damage.",
fr: "Si Vigoroth possède des marqueurs de dégât, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires.",
de: "If Vigoroth has any damage counters on it, this attack does 50 damage plus 20 more damage."
},
damage: 50,
damage: "50+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Wartortle",
fr: "Carabaffe",
de: "Schillok"
},
illustrator: "Midori Harada",
rarity: "Uncommon",
@ -33,12 +34,14 @@ const card: Card = {
name: {
en: "Double Slap",
fr: "Torgnoles",
de: "Double Slap"
},
effect: {
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces.",
de: "Flip 2 coins. This attack does 20 damage times the number of heads."
},
damage: 20,
damage: "20x",
},
{
@ -49,10 +52,12 @@ const card: Card = {
name: {
en: "Rocket Tackle",
fr: "Lance roquette",
de: "Rocket Tackle"
},
effect: {
en: "Wartortle does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Wartortle by attacks during your opponent's next turn.",
fr: "Carabaffe s'inflige 10 dégâts. Lancez une pièce. Si c'est face, prévenez tous les dégâts infligés à Carabaffe par des attaques lors du prochain tour de votre adversaire.",
de: "Wartotle does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Wartortle by attacks during your opponent's next turn."
},
damage: 30,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Zangoose",
fr: "Mangriff",
de: "Sengo"
},
illustrator: "Hajime Kusajima",
rarity: "Uncommon",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Thick Skin",
fr: "Dur à cuir",
de: "Thik Skin"
},
effect: {
en: "Zangoose can't be affected by any Special Conditions.",
fr: "Mangriff ne peut pas être affecté par des États Spéciaux.",
de: "Zangoose can't be affected by any Special Conditions."
},
},
],
@ -42,10 +45,12 @@ const card: Card = {
name: {
en: "Invite and Strike",
fr: "Inviter et frapper",
de: "Invite and Strike"
},
effect: {
en: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. This attack does 20 damage to the new Defending Pokémon.",
fr: "Échangez le Pokémon Défenseur avec 1 des Pokémon de Banc de votre adversaire. Cette attaque inflige 20 dégâts au nouveau Pokémon Défenseur.",
de: "Switch the Defending Pokémon with one of your opponent's Benched Pokémon. This attack does 20 damage to the new Defending Pokémon."
},
},
@ -58,10 +63,12 @@ const card: Card = {
name: {
en: "Chop Up",
fr: "Découper",
de: "Chop Up"
},
effect: {
en: "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire possédant des marqueurs de dégât. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 50,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Cacnea",
fr: "Cacnea",
de: "Tuska"
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Common",
@ -30,12 +31,14 @@ const card: Card = {
name: {
en: "Sneaky Attack",
fr: "Coup Bas",
de: "Sneaky Attack"
},
effect: {
en: "If Cacnea has any Darkness Energy attached to it, this attack does 10 damage plus 10 more damage.",
fr: "Si Cacnea possède de l'Énergie Darkness, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires.",
de: "If Cacnea has any Energy attached to it, this attack does 10 damage plus 10 more damage."
},
damage: 10,
damage: "10+",
},
{
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Shoot Needle",
fr: "Coup de dard",
de: "Shoot Needle"
},
effect: {
en: "Flip 2 coins. For each heads, choose 1 of your opponent's Pokémon and this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can choose the same Pokémon more than once, but you can't do more than 10 damage to that Pokémon in this way.)",
fr: "Lancez 2 pièces. Pour chaque face, choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 10 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) (Vous pouvez choisir le même Pokémon plus d'une fois mais vous ne pouvez pas lui infliger plus de 10 dégâts de cette façon).",
de: "Flip 2 coins. For each heads, choose 1 of your opponent's Pokémon and this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can choose the same Pokémon more than once, but you can't do more than 10 damage to that Pokémon in this way.)"
},
},

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Carnivine",
fr: "Vortente",
de: "Venuflibis"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Poison Breath",
fr: "Haleine empoisonnée",
de: "Poison Breath"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné.",
de: "Flip a coin. If heads, the Defending Pokémon is now Poisoned."
},
},
@ -43,10 +46,12 @@ const card: Card = {
name: {
en: "Sweet Saliva",
fr: "Douce salive",
de: "Sweet Saliva"
},
effect: {
en: "Remove 1 damage counter from each of your Benched Pokémon.",
fr: "Retirez 1 marqueur de dégât à chacun de vos Pokémon de Banc.",
de: "Remove 1 damage counter from each of your Benched Pokémon."
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Chansey",
fr: "Leveinard",
de: "Chaneira"
},
illustrator: "Kouki Saitou",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Healing Trial",
fr: "Défi guérison",
de: "Healing Trial"
},
effect: {
en: "Flip a coin. If heads, remove 3 damage counters from Chansey. If tails, remove 3 damage counters from the Defending Pokémon.",
fr: "Lancez une pièce. Si c'est face, retirez à Leveinard 3 marqueurs de dégât. Si c'est pile, retirez au Pokémon Défenseur 3 marqueurs de dégât.",
de: "Flip a coin. If heads, remove 3 damage counters from Chansey. If tails, remove 3 damage counters from the Defending Pokémon."
},
},
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Pulled Punch",
fr: "Poing-doux",
de: "Pulled Punch"
},
effect: {
en: "If the Defending Pokémon already has any damage counters on it, this attack's base damage is 10 instead of 40.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, les dégâts de base de cette attaque sont de 10 au lieu de 40.",
de: "If the Defending Pokémon already has any damage counters on it, this attack's base damage is 10 instead of 40."
},
damage: 40,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Dialga G",
fr: "Dialga ",
de: "Dialga G"
},
illustrator: "Yusuke Ishikawa",
rarity: "Rare",
@ -31,10 +32,12 @@ const card: Card = {
name: {
en: "Deafen",
fr: "Rendre sourd",
de: "Deafen"
},
effect: {
en: "Your opponent can't play any Trainer cards or Stadium cards from his or her hand during your opponent's next turn.",
fr: "Votre adversaire ne peut pas jouer de cartes Dresseur ou Stade de sa main lors de son prochain tour.",
de: "Your opponent can't play any Trainer cards or Stadium cards from his or her hand during your opponent's next turn."
},
damage: 10,
@ -48,12 +51,14 @@ const card: Card = {
name: {
en: "Second Strike",
fr: "Deuxième coup",
de: "Second Strike"
},
effect: {
en: "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 50 damage plus 20 more damage.",
fr: "Si le Pokémon Défenseur possède déjà au moins 2 marqueurs de dégât, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires.",
de: "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 50 damage plus 20 more damage."
},
damage: 50,
damage: "50+",
},
],

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Chimchar",
fr: "Ouisticram",
de: "Panflam"
},
illustrator: "Kouki Saitou",
rarity: "Common",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Bite",
fr: "Morsure",
de: "Bite"
},
damage: 10,
@ -43,6 +45,7 @@ const card: Card = {
name: {
en: "Fire Punch",
fr: "Poing de feu",
de: "Fire Punch"
},
damage: 20,

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Combee",
fr: "Apitrini",
de: "Wadribie"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -28,10 +29,12 @@ const card: Card = {
name: {
en: "Collect",
fr: "Collectionner",
de: "Collect"
},
effect: {
en: "Draw a card.",
fr: "Piochez une carte.",
de: "Draw a card."
},
},
@ -43,10 +46,12 @@ const card: Card = {
name: {
en: "Shoot Through",
fr: "Passer à travers",
de: "Shoot Through"
},
effect: {
en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
de: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 20,

Some files were not shown because too many files have changed in this diff Show More