mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pikachu",
|
||||
fr: "Pikachu"
|
||||
fr: "Pikachu",
|
||||
de: "Pikachu"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Plasma",
|
||||
fr: "Plasma"
|
||||
fr: "Plasma",
|
||||
de: "Plasma"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, search your discard pile for a Lightning Energy card and attach it to Pikachu.",
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez une carte Énergie dans votre pile de défausse et attachez-la à Pikachu."
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez une carte Énergie dans votre pile de défausse et attachez-la à Pikachu.",
|
||||
de: "Flip a coin. If heads, search your discard pile for a Energy card and attach it to Pikachu."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user