mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Torkoal",
|
||||
fr: "Chartor",
|
||||
de: "Qurtel"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "White Smoke",
|
||||
fr: "Écran fumée",
|
||||
de: "Pulverrauch"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Torkoal is your Active Pokémon, prevent all effects, including damage, done to your Benched Pokémon by your opponent's attacks.",
|
||||
fr: "Tant que Chartor est votre Pokémon Actif, prévenez tous les effets d'une attaque, dégâts inclus, infligés à vos Pokémon de Banc par des attaques de votre adversaire.",
|
||||
de: "Solange Qurtel dein Aktives Pokémon ist, verhindere alle Effekte von Angriffen, einschließlich Schaden, die den Pokémon auf deiner Bank von Pokémon deines Gegners zugefügt würden."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,10 +50,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Black Soot",
|
||||
fr: "Suie noire",
|
||||
de: "Rußschwärze"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Burned and Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Brûlé et Paralysé.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt verbrannt und gelähmt."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user