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:
@ -4,7 +4,8 @@ import Set from '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Flygon",
|
||||
fr: "Libegon"
|
||||
fr: "Libegon",
|
||||
de: "Libelldra"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Shower",
|
||||
fr: "Averse d'énergie"
|
||||
fr: "Averse d'énergie",
|
||||
de: "Energy Shower"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach any number of basic Energy cards from your hand to your Pokémon in any way you like.",
|
||||
fr: "Choisissez dans votre main autant de cartes Énergie de base que vous le voulez et attachez-les à vos Pokémon de la façon que vous voulez."
|
||||
fr: "Choisissez dans votre main autant de cartes Énergie de base que vous le voulez et attachez-les à vos Pokémon de la façon que vous voulez.",
|
||||
de: "Attach any number of basic Energy cards from your hand to your Pokémon in any way you like."
|
||||
},
|
||||
|
||||
},
|
||||
@ -48,11 +51,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rainbow Burn",
|
||||
fr: "Brûlure arcenciel"
|
||||
fr: "Brûlure arcenciel",
|
||||
de: "Rainbow Burn"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 30 damage plus 10 more damage for each type of basic Energy card attached to Flygon.",
|
||||
fr: "Inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque type de carte Énergie de base attaché à Libegon."
|
||||
fr: "Inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque type de carte Énergie de base attaché à Libegon.",
|
||||
de: "Does 30 damage plus 10 more damage for each type of basic Energy attached to Flygon."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user