mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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: "Hoppip",
|
||||
fr: "Granivol",
|
||||
es: "Hoppip",
|
||||
it: "Hoppip",
|
||||
pt: "Hoppip",
|
||||
de: "Hoppspross"
|
||||
},
|
||||
illustrator: "Mizue",
|
||||
rarity: "Common",
|
||||
@ -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 Hoppip and put it onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Cherchez Granivol dans votre deck et placez-le sur votre Banc. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja 1 Hoppip y ponlo en tu Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo un Hoppip e mettilo nella tua panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por Hoppip no seu baralho e coloque-o no seu Banco. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach Hoppspross und lege es auf deine Bank. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user