mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Steenee",
|
||||
fr: "Candine"
|
||||
fr: "Candine",
|
||||
es: "Steenee",
|
||||
it: "Steenee",
|
||||
pt: "Steenee",
|
||||
de: "Frubaila"
|
||||
},
|
||||
|
||||
illustrator: "sui",
|
||||
@ -29,11 +33,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Captivate",
|
||||
fr: "Séduction"
|
||||
fr: "Séduction",
|
||||
es: "Seducción",
|
||||
it: "Incanto",
|
||||
pt: "Cativar",
|
||||
de: "Liebreiz"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch 1 of your opponent’s Benched Pokémon with their Active Pokémon.",
|
||||
fr: "Échangez l’un des Pokémon de Banc de votre adversaire contre son Pokémon Actif."
|
||||
fr: "Échangez l’un des Pokémon de Banc de votre adversaire contre 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."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,7 +56,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smack",
|
||||
fr: "Claque"
|
||||
fr: "Claque",
|
||||
es: "Palmetazo",
|
||||
it: "Schiaffo",
|
||||
pt: "Estalo",
|
||||
de: "Klatscher"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user