1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +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: "Clefairy",
fr: "Mélofée",
es: "Clefairy",
it: "Clefairy",
pt: "Clefairy",
de: "Piepi"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -30,6 +34,10 @@ const card: Card = {
name: {
en: "Slap",
fr: "Gifle",
es: "Bofetón",
it: "Sberla",
pt: "Tapa",
de: "Hieb"
},
damage: 10,
@ -43,10 +51,18 @@ const card: Card = {
name: {
en: "Follow Me",
fr: "Par Ici",
es: "Señuelo",
it: "Sonoqui",
pt: "Isca-viva",
de: "Spotlight"
},
effect: {
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.",
en: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
es: "Cambia 1 de los Pokémon en Banca de tu rival por su Pokémon Activo.",
it: "Scambia uno dei Pokémon nella panchina del tuo avversario con il suo Pokémon attivo.",
pt: "Troque 1 dos Pokémon no Banco do seu oponente pelo Pokémon Ativo dele(a).",
de: "Tausche 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon aus."
},
},