mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pikachu",
|
||||
fr: "Pikachu",
|
||||
es: "Pikachu",
|
||||
it: "Pikachu",
|
||||
pt: "Pikachu",
|
||||
de: "Pikachu"
|
||||
},
|
||||
illustrator: "Misa Tsutsui",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tail Whap",
|
||||
fr: "Queue Battoir",
|
||||
es: "Coletón",
|
||||
it: "Codabotta",
|
||||
pt: "Surra de Cauda",
|
||||
de: "Schweifvertrimmer"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -44,6 +52,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Electric Ball",
|
||||
fr: "Boule de Foudre",
|
||||
es: "Bola Eléctrica",
|
||||
it: "Lamposfera",
|
||||
pt: "Bola de Eletricidade",
|
||||
de: "Stromball"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user