mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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 '../Champion\'s Path'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Full Heal",
|
||||
fr: "Total Soin"
|
||||
fr: "Total Soin",
|
||||
es: "Curación total",
|
||||
it: "Recupero Totale",
|
||||
pt: "Água Fresca",
|
||||
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: "Elimina todas las Condiciones Especiales de tu Pokémon Activo.",
|
||||
it: "Rimuovi tutte le Condizioni Speciali dal tuo Pokémon Attivo.",
|
||||
pt: "Remova todas as Condições Especiais do seu Pokémon Ativo.",
|
||||
de: "Alle Speziellen Zustände auf deinen Aktiven Pokémon verlieren ihre Wirkung."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
|
Reference in New Issue
Block a user