mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Mysterious Treasures'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Typhlosion",
|
||||
fr: "Typhlosion"
|
||||
fr: "Typhlosion",
|
||||
de: "Tornupto"
|
||||
},
|
||||
|
||||
illustrator: "Kazuyuki Kano",
|
||||
@ -33,11 +34,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Firestarter",
|
||||
fr: "Pyroteknik"
|
||||
fr: "Pyroteknik",
|
||||
de: "Brandstiftung"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon. This power can't be used if Typhlosion is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez attacher une carte Énergie Fire de votre pile de défausse à 1 des Pokémon de votre Banc. Ce pouvoir ne peut pas être utilisé si Typhlosion est affecté par un État Spécial."
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez attacher une carte Énergie Fire de votre pile de défausse à 1 des Pokémon de votre Banc. Ce pouvoir ne peut pas être utilisé si Typhlosion est affecté par un État Spécial.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du eine -Energiekarte von deinem Ablagestapel nehmen und an 1 Pokémon auf deiner Bank anlegen. Diese Poké-Power kann nicht benutzt werden, wenn Tornupto von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -51,11 +54,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Evaporating Heat",
|
||||
fr: "Chaleur évaporante"
|
||||
fr: "Chaleur évaporante",
|
||||
de: "Verdampfungshitze"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Water Energy attached to the Defending Pokémon.",
|
||||
fr: "Défaussez une Énergie Water attachée au Pokémon Défenseur."
|
||||
fr: "Défaussez une Énergie Water attachée au Pokémon Défenseur.",
|
||||
de: "Lege 1 -Energie, die am Verteidigenden Pokémon angelegt ist, auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user