mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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 '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Full Heal",
|
||||
fr: "Total Soin"
|
||||
fr: "Total Soin",
|
||||
es: "Cura Total",
|
||||
it: "Cura Totale",
|
||||
pt: "Cura Total",
|
||||
de: "Hyperheiler"
|
||||
},
|
||||
|
||||
illustrator: "Yoshinobu Saito",
|
||||
@ -14,7 +18,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Your Active Pokémon recovers from all Special Conditions.",
|
||||
fr: "Votre Pokémon Actif guérit de tous les États Spéciaux."
|
||||
fr: "Votre Pokémon Actif guérit de tous les États Spéciaux.",
|
||||
es: "Tu Pokémon Activo se recupera de todas las Condiciones Especiales.",
|
||||
it: "Il tuo Pokémon attivo guarisce da tutte le condizioni speciali.",
|
||||
pt: "O seu Pokémon Ativo se recupera de todas as Condições Especiais.",
|
||||
de: "Dein Aktives Pokémon erholt sich von allen Speziellen Zuständen."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
|
Reference in New Issue
Block a user