mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 04:41:57 +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: "Spiritomb",
|
||||
fr: "Spiritomb",
|
||||
es: "Spiritomb",
|
||||
it: "Spiritomb",
|
||||
pt: "Spiritomb",
|
||||
de: "Kryppuk"
|
||||
},
|
||||
illustrator: "HYOGONOSUKE",
|
||||
rarity: "Uncommon",
|
||||
@@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spirit Compressor",
|
||||
fr: "Réducteur d’Âmes",
|
||||
es: "Compresor de Espíritus",
|
||||
it: "Compressore Spirituale",
|
||||
pt: "Compressor Espiritual",
|
||||
de: "Seelenkompressor"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 4 Pokémon and discard them. Then, shuffle your deck.",
|
||||
fr: "Cherchez jusqu’à 4 Pokémon dans votre deck et défaussez-les. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja hasta 4 Pokémon y descártalos. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo fino a quattro Pokémon e scartali. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por até 4 Pokémon no seu baralho e descarte-os. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach bis zu 4 Pokémon und lege sie auf deinen Ablagestapel. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -44,6 +56,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spooky Shot",
|
||||
fr: "Tir Effrayant",
|
||||
es: "Disparo Embrujado",
|
||||
it: "Colpomistero",
|
||||
pt: "Tiro Assustador",
|
||||
de: "Spukschuss"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user