mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Team Magma vs Team Aqua'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Team Aqua's Poochyena",
|
||||
fr: "Medhyena de Team Aqua"
|
||||
fr: "Medhyena de Team Aqua",
|
||||
de: "Team Aquas Fiffyen"
|
||||
},
|
||||
illustrator: "Shin-ichi Yoshikawa",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Roar",
|
||||
fr: "Hurlement"
|
||||
fr: "Hurlement",
|
||||
de: "Roar"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any.",
|
||||
fr: "Si votre adversaire a des Pokémon sur son Banc, il choisit l'un d'eux et l'échange contre le Pokémon Défenseur."
|
||||
fr: "Si votre adversaire a des Pokémon sur son Banc, il choisit l'un d'eux et l'échange contre le Pokémon Défenseur.",
|
||||
de: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Aqua Crush",
|
||||
fr: "Écrasement Aqua"
|
||||
fr: "Écrasement Aqua",
|
||||
de: "Aqua Crush"
|
||||
},
|
||||
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."
|
||||
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: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user