mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pikachu",
|
||||
fr: "Pikachu"
|
||||
fr: "Pikachu",
|
||||
de: "Pikachu"
|
||||
},
|
||||
|
||||
illustrator: "Hajime Kusajima",
|
||||
@ -37,6 +38,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pika Punch",
|
||||
fr: "Pika-poing",
|
||||
de: "Pikahieb"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -51,10 +53,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Speed Bolt",
|
||||
fr: "Boulon vitesse",
|
||||
de: "Tempoblitz"
|
||||
},
|
||||
effect: {
|
||||
en: "If Pikachu evolved from Pichu during this turn, prevent all effects of an attack, including damage, done to Pikachu during your opponent's next turn.",
|
||||
fr: "Si Pikachu a évolué de Pichu lors de ce tour, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Pikachu lors du prochain tour de votre adversaire.",
|
||||
de: "Wenn Pikachu sich in diesem Zug aus Pichu entwickelt hat, verhindere während des nächsten Zuges deines Gegners alle Effekte eines Angriffs, einschließlich Schaden, die Pikachu zugefügt würden."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user