mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Drifloon",
|
||||
fr: "Baudrive",
|
||||
de: "Driftlon"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Common",
|
||||
@ -28,10 +29,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Delivery",
|
||||
fr: "Livraison",
|
||||
de: "Anlieferung"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, put any 1 card from your discard pile into your hand.",
|
||||
fr: "Lancez une pièce. Si c'est face, placez dans votre main n'importe quelle carte de votre pile de défausse.",
|
||||
de: "Wirf 1 Münze. Bei 'Kopf' wähle 1 Karte aus deinem Ablagestapel und nimm sie auf die Hand."
|
||||
},
|
||||
|
||||
},
|
||||
@ -42,10 +45,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Reaction",
|
||||
fr: "Réagir",
|
||||
de: "Reaction"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch Drifloon with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez Baudrive avec 1 des Pokémon de votre Banc.",
|
||||
de: "Tausche Driftlon gegen 1 Pokémon auf diener Bank aus."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user