mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Unown W",
|
||||
fr: "Zarbi W",
|
||||
de: "Icognito W"
|
||||
},
|
||||
|
||||
illustrator: "Kazuaki Aihara",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "WALL",
|
||||
fr: "WALL",
|
||||
de: "WALL"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Unown W is your Active Pokémon, any damage done to your Pokémon by an opponent's attack is reduced by 10 (after applying Weakness and Resistance).",
|
||||
fr: "Tant que Zarbi V est votre Pokémon Actif, tous dégâts infligés à vos Pokémon par une attaque de votre adversaire sont réduits de 10 (après application de la Faiblesse et de la Résistance).",
|
||||
de: "Solange Icognito W dein Aktives Pokémon ist, wird Schaden, der deinen Pokémon durch gegnerische Angriffe zugefügt wird, um 10 Schadenspunkte reduziert (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -48,10 +51,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hidden Power",
|
||||
fr: "Puissance cachée",
|
||||
de: "Kraftreserve"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw a card.",
|
||||
fr: "Piochez une carte.",
|
||||
de: "Ziehe 1 Karte."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user