mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Genesis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pichu",
|
||||
fr: "Pichu"
|
||||
fr: "Pichu",
|
||||
de: "Pichu"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Zzzap",
|
||||
fr: "Zzzap"
|
||||
fr: "Zzzap",
|
||||
de: "Zzzapp!"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage to each Pokémon in play that has a Pokémon Power. Don't apply Weakness and Resistance.",
|
||||
fr: "Inflige 20 dégâts à chaque Pokémon en jeu possédant un Pouvoir Pokémon. Ne pas appliquer la Faiblesse et la Résistance."
|
||||
fr: "Inflige 20 dégâts à chaque Pokémon en jeu possédant un Pouvoir Pokémon. Ne pas appliquer la Faiblesse et la Résistance.",
|
||||
de: "Fügt jedem Pokémon im Spiel, das eine Pokémon-Power hat, 20 Schadenspunkte zu. Wende Schwäche und Resistenz nicht an."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user