mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Weezing",
|
||||
fr: "Smogogo Niv. 47",
|
||||
de: "Smogmog"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Common",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Camouflage Gas",
|
||||
fr: "Gaz de camouflage",
|
||||
de: "Tarngas"
|
||||
},
|
||||
effect: {
|
||||
en: "If Weezing is Confused and is Knocked Out, your opponent can't take a Prize card.",
|
||||
fr: "Si Smogogo est Confus et qu'il est mis K.O, votre adversaire ne peut pas récolter de carte Récompense.",
|
||||
de: "Wenn Smogmog verwirrt ist und kampfunfähig wird, kann dein Gegner keinen Preis nehmen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,10 +48,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Damage Breakdown",
|
||||
fr: "Casse-dégâts",
|
||||
de: "Schadenverteilung"
|
||||
},
|
||||
effect: {
|
||||
en: "Count the number of damage counters on Weezing. Put that many damage counters on the Defending Pokémon and Weezing is now Confused.",
|
||||
fr: "Comptabilisez le nombre de marqueurs de dégât sur Smogogo. Placez autant de marqueurs de dégât sur le Pokémon Défenseur et Smogogo est maintenant Confus.",
|
||||
de: "Zähle die Anzahl der Schadensmarken auf Smogmog. Lege die gleiche Anzahl Schadensmarken auf das Verteidigende Pokémon und Smogmog ist jetzt verwirrt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -59,10 +64,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Smog",
|
||||
fr: "Purédpois",
|
||||
de: "Smog"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné.",
|
||||
de: "Das Verteidigende Pokémon ist jetzt vergiftet."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user