mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Meltan",
|
||||
fr: "Meltan",
|
||||
es: "Meltan",
|
||||
it: "Meltan",
|
||||
pt: "Meltan",
|
||||
de: "Meltan"
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Common",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Multiply",
|
||||
fr: "Multiplication",
|
||||
es: "Multiplicar",
|
||||
it: "Moltiplicazione",
|
||||
pt: "Multiplicar",
|
||||
de: "Vervielfachung"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for Meltan and put it onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Cherchez Meltan dans votre deck et placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 Meltan y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo un Meltan e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por Meltan no seu baralho e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach Meltan und lege es auf deine Bank. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,6 +57,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Beam",
|
||||
fr: "Rayon",
|
||||
es: "Transmisión",
|
||||
it: "Raggio",
|
||||
pt: "Feixe",
|
||||
de: "Strahl"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user