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 '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Typhlosion ex",
|
||||
fr: "Typhlosion ex"
|
||||
fr: "Typhlosion ex",
|
||||
de: "Tornupto ex"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Bursting Up",
|
||||
fr: "Explosion vers le haut"
|
||||
fr: "Explosion vers le haut",
|
||||
de: "Bursting Up"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, when you play Typhlosion ex from your hand to evolve 1 of your Pokémon, count the number of your opponent's Benched Pokémon. You may search your deck for up to that number of Fire Energy cards and attach them to 1 of your Fire Pokémon. Shuffle your deck afterward.",
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous jouez Typhlosion ex de votre main pour faire évoluer 1 de vos Pokémon, comptez le nombre de Pokémon de Banc de votre adversaire. Vous pouvez chercher dans votre deck autant de cartes Énergie et les attacher à 1 de vos Pokémon . Ensuite, mélangez votre deck."
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous jouez Typhlosion ex de votre main pour faire évoluer 1 de vos Pokémon, comptez le nombre de Pokémon de Banc de votre adversaire. Vous pouvez chercher dans votre deck autant de cartes Énergie et les attacher à 1 de vos Pokémon . Ensuite, mélangez votre deck.",
|
||||
de: "Once during your turn, when you play Thyplosion ex from your hand to evoled q of your Pokémon, count the number of your opponent's Benched Pokémon. You may search your deck for up to that number of Energy cards and attach them to 1 of your Pokémon. Shuffle your deck afterward."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Kindle",
|
||||
fr: "Enflammer"
|
||||
fr: "Enflammer",
|
||||
de: "Kindle"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy card attached to Typhlosion ex and then discard an Energy card attached to the Defending Pokémon.",
|
||||
fr: "Défaussez une carte Énergie attachée à Typhlosion ex puis défaussez une carte Énergie attachée au Pokémon Défenseur."
|
||||
fr: "Défaussez une carte Énergie attachée à Typhlosion ex puis défaussez une carte Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Discard an Energy attached to Typhlosion ex and then discard an Energy attached to the Defending Pokémon."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user