mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tropius",
|
||||
fr: "Tropius Niv. 35",
|
||||
de: "Tropius"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fly",
|
||||
fr: "Vol",
|
||||
de: "Fliegen"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Tropius during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Tropius lors du prochain tour de votre adversaire.",
|
||||
de: "Wirf 1 Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkungen. Bei \"Kopf\" verhindere während des nächsten Zuges deines Gegners alle Effekte eines Angriffs, einschließlich Schaden, die Tropius zugefügt würden."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -46,10 +49,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Blessed Fruit",
|
||||
fr: "Fruit béni",
|
||||
de: "Gnadenfrucht"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove all damage counters from 1 of your Benched Grass Pokémon.",
|
||||
fr: "Retirez à 1 de vos Pokémon de Banc Grass tous ses marqueurs de dégât.",
|
||||
de: "Entferne alle Schadensmarken von 1 -Pokémon auf deiner Bank."
|
||||
},
|
||||
|
||||
},
|
||||
@ -63,6 +68,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Solarbeam",
|
||||
fr: "Lance-soleil",
|
||||
de: "Solarstrahl"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user