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: "Litwick",
|
||||
fr: "Funécire",
|
||||
es: "Litwick",
|
||||
it: "Litwick",
|
||||
pt: "Litwick",
|
||||
de: "Lichtel"
|
||||
},
|
||||
illustrator: "Asako Ito",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Haunt",
|
||||
fr: "Hanter",
|
||||
es: "Espanto",
|
||||
it: "Infestare",
|
||||
pt: "Assombrar",
|
||||
de: "Spuk"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 1 damage counter on your opponent's Active Pokémon.",
|
||||
en: "Put 1 damage counter on your opponent’s Active Pokémon.",
|
||||
fr: "Placez un marqueur de dégâts sur le Pokémon Actif de votre adversaire.",
|
||||
es: "Pon 1 contador de daño en el Pokémon Activo de tu rival.",
|
||||
it: "Metti un segnalino danno sul Pokémon attivo del tuo avversario.",
|
||||
pt: "Coloque 1 contador de dano no Pokémon Ativo do seu oponente.",
|
||||
de: "Lege 1 Schadensmarke auf das Aktive Pokémon deines Gegners."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user