mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Aquapolis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Kingdra",
|
||||
fr: "Hyporoi"
|
||||
fr: "Hyporoi",
|
||||
de: "Seedraking"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Water Cyclone",
|
||||
fr: "Cyclone d'O"
|
||||
fr: "Cyclone d'O",
|
||||
de: "Wasser-Zyklon"
|
||||
},
|
||||
effect: {
|
||||
en: "As often as you like during your turn (before your attack), you may move a Water Energy card from your Active Pokémon to 1 of your Benched Pokémon. This power can't be used if Kingdra is affected by a Special Condition.",
|
||||
fr: "Aussi souvent que vous le souhaitez pendant votre tour (avant votre attaque), vous pouvez déplacer une carte Énergie depuis votre Pokémon Actif à l'un de vos Pokémon du Banc. Ce pouvoir ne peut pas être utilisé si Hyporoi est affecté par un État spécial."
|
||||
fr: "Aussi souvent que vous le souhaitez pendant votre tour (avant votre attaque), vous pouvez déplacer une carte Énergie depuis votre Pokémon Actif à l'un de vos Pokémon du Banc. Ce pouvoir ne peut pas être utilisé si Hyporoi est affecté par un État spécial.",
|
||||
de: "Du darfst in deinem Zug so oft, wie du willst (vor deinem Angriff), eine -Energiekarte, die an dein Aktives Pokémon angelegt ist, nehmen und an 1 der Pokémon auf deiner Bank anlegen. Diese Fähigkeit kann nicht verwendet werden, falls Seedraking von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rapids",
|
||||
fr: "Rapides"
|
||||
fr: "Rapides",
|
||||
de: "Stromschnellen"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard 1 Energy card attached to the Defending Pokémon, if any.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez-vous d'une carte Énergie attachée au Pokémon Défenseur, s'il y en a une."
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez-vous d'une carte Énergie attachée au Pokémon Défenseur, s'il y en a une.",
|
||||
de: "Wirf eine Münze. Falls an das Verteidigende Pokémon mindestens eine Energiekarte angelegt ist, lege bei 'Kopf' 1 davon auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user