mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Flareon",
|
||||
fr: "Pyroli Niv. 38",
|
||||
de: "Flamara"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Undevelop",
|
||||
fr: "Dé-développer",
|
||||
de: "Unentwickelt"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may devolve Flareon and put Flareon into your hand. This power can't be used if Flareon is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez dés-évoluer Pyroli et le placer dans votre main. Ce pouvoir ne peut pas être utilisé si Pyroli est affecté par un État Spécial.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du Flamara rückentwickeln und Flamara auf deine Hand nehmen. Diese Poké-Power kann nicht benutzt werden, wenn Flamara von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,6 +48,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tail Slap",
|
||||
fr: "Coud'keu",
|
||||
de: "Schweifschlag"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -58,12 +62,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Evolving Flare",
|
||||
fr: "Éclat évolutif",
|
||||
de: "Fackel-Entwicklung"
|
||||
},
|
||||
effect: {
|
||||
en: "If Flareon evolved from Eevee during this turn, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Burned.",
|
||||
fr: "Si Pyroli évolue d'Evoli lors de ce tour, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires et le Pokémon Défenseur est maintenant Brûlé.",
|
||||
de: "Wenn Flamara sich in diesem Zug aus Evoli entwickelt hat, fügt dieser Angriff 40 Schadenspunkte plus 20 weitere Schadenspunkte zu und das Verteidigende Pokémon ist jetzt verbrannt."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user