1
0
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:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@@ -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,