mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mankey",
|
||||
fr: "Férosinge",
|
||||
de: "Menki"
|
||||
},
|
||||
illustrator: "Kanako Eo",
|
||||
rarity: "Common",
|
||||
@ -30,12 +31,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Extra Punch",
|
||||
fr: "Extra punch",
|
||||
de: "Extrahieb"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Pokémon LV.X, this attack does 10 damage plus 50 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon NIV.X, cette attaque inflige 10 dégâts plus 50 dégâts supplémentaires.",
|
||||
de: "Falls das Verteidigende Pokémon ein Pokémon LV.X ist, fügt dieser Angriff 10 Schadenspunkte plus 50 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user