mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Vaporeon",
|
||||
fr: "Aquali",
|
||||
de: "Aquana"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -33,10 +34,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cleanse Away",
|
||||
fr: "Grand nettoyage",
|
||||
de: "Wunden lecken"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 2 damage counters from each of your Benched Pokémon.",
|
||||
fr: "Retirez 2 marqueurs de dégât à chacun de vos Pokémon de Banc.",
|
||||
de: "Entferne 2 Schadensmarken von jedem Pokémon auf deiner Bank."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -50,10 +53,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hyper Whirlpool",
|
||||
fr: "Hyper tourbillon",
|
||||
de: "Hyper Whirlpool"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon.",
|
||||
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Pour chaque face, défaussez une carte Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Wirf so lange 1 Münze, bis zum ersten Mal das Ergebnis \"Zahl\" kommt. Lege pro \"Kopf\" eine an das Verteidigende Pokémon angelegte Energiekarte auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user