mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Yanma",
|
||||
fr: "Yanma",
|
||||
de: "Yanma"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Common",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "U-turn",
|
||||
fr: "Demi-Tour",
|
||||
de: "Kehrtwende"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch Yanma with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez Yanma avec 1 des Pokémon de votre Banc.",
|
||||
de: "Tausche Yanma gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -46,10 +49,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Agility",
|
||||
fr: "Hâte",
|
||||
de: "Agilität"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Yanma during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Yanma lors du prochain tour de votre adversaire.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" verhindere während des nächsten Zuges deines Gegners alle Effekte eines Angriffs, einschließlich Schaden, die Yanma zugefügt würden."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user