mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nidoqueen",
|
||||
fr: "Nidoqueen Niv. 54",
|
||||
de: "Nidoqueen"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Maternal Comfort",
|
||||
fr: "Réconfort maternel",
|
||||
de: "Mütterlicher Trost"
|
||||
},
|
||||
effect: {
|
||||
en: "At any time between turns, remove 1 damage counter from each of your Pokémon. You can't use more than 1 Maternal Comfort Poké-Body between turns.",
|
||||
fr: "N'importe quand entre deux tours, retirez à chacun de vos Pokémon 1 marqueur de dégât. Vous ne pouvez pas utiliser plus d'1 Poké-Body Réconfort maternel entre deux tours.",
|
||||
de: "Entferne zu einem beliebigen Zeitpunkt zwischen zwei Zügen 1 Schadensmarke von jedem deiner Pokémon. Du kannst nicht mehr als 1 Mütterlicher Trost Poké-Body zwischen zwei Zügen benutzen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,6 +48,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing",
|
||||
de: "Megahieb"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
@ -59,12 +63,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ruthless Tail",
|
||||
fr: "Queue sans pitié",
|
||||
de: "Rabiater Schwanzhieb"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 50 damage plus 10 more damage for each of your opponent's Benched Pokémon.",
|
||||
fr: "Inflige 50 dégâts plus 10 dégâts supplémentaires pour chacun des Pokémon de Banc de votre adversaire.",
|
||||
de: "Dieser Angriff fügt 50 Schadenspunkte plus 10 weitere Schadenspunkte für jedes Pokémon auf der Bank deines Gegners zu."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user