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 '../Neo Genesis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Typhlosion",
|
||||
fr: "Typhlosion"
|
||||
fr: "Typhlosion",
|
||||
de: "Tornupto"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -33,11 +34,13 @@ const card: Card = {
|
||||
type: "Pokemon Power",
|
||||
name: {
|
||||
en: "Fire Boost",
|
||||
fr: "Attise feu"
|
||||
fr: "Attise feu",
|
||||
de: "Fire Boost"
|
||||
},
|
||||
effect: {
|
||||
en: "When you play Typhlosion from your hand, you may flip a coin. If heads, search your deck for up to 4 Fire Energy cards and attach them to Typhlosion. Shuffle your deck afterward.",
|
||||
fr: "Lorsque vous jouez Typhlosion depuis votre main, vous pouvez lancer une pièce. Si c'est face, cherchez jusqu'à 4 cartes Énergie et attachez-les à Typhlosion. Mélangez ensuite votre deck."
|
||||
fr: "Lorsque vous jouez Typhlosion depuis votre main, vous pouvez lancer une pièce. Si c'est face, cherchez jusqu'à 4 cartes Énergie et attachez-les à Typhlosion. Mélangez ensuite votre deck.",
|
||||
de: "When you play Typhlosion from your hand, you may flip a coin. If heads, search your deck for up to 4 @fire Energy cards and attach them to Typhlosion. Shuffle your deck afterward."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -52,11 +55,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flame Wheel",
|
||||
fr: "Roue de flammes"
|
||||
fr: "Roue de flammes",
|
||||
de: "Flame Wheel"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 3 Energy cards attached to Typhlosion in order to use this attack. Do 20 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Défaussez 3 cartes Énergie attachées à Typhlosion afin de pouvoir utiliser cette attaque. Inflige 20 dégâts à chaque Pokémon du Banc (le vôtre et celui de votre adversaire). (Ne pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.)"
|
||||
fr: "Défaussez 3 cartes Énergie attachées à Typhlosion afin de pouvoir utiliser cette attaque. Inflige 20 dégâts à chaque Pokémon du Banc (le vôtre et celui de votre adversaire). (Ne pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.)",
|
||||
de: "Discard 3 Energy cards attached to Typhlosion in order to use this attack. Do 20 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user