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:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Galopa de Galar",
|
||||
en: "Galarian Rapidash"
|
||||
en: "Galarian Rapidash",
|
||||
es: "Rapidash de Galar",
|
||||
it: "Rapidash di Galar",
|
||||
pt: "Rapidash de Galar",
|
||||
de: "Galar-Gallopa"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -25,24 +29,40 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Voile Pastel",
|
||||
en: "Pastel Veil"
|
||||
en: "Pastel Veil",
|
||||
es: "Velo Pastel",
|
||||
it: "Pastelvelo",
|
||||
pt: "Véu de Tons Pastéis",
|
||||
de: "Pastellhülle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Vos Pokémon guérissent de tous les États Spéciaux et ne peuvent être affectés par aucun État Spécial.",
|
||||
en: "Your Pokémon recover from all Special Conditions and can’t be affected by any Special Conditions."
|
||||
en: "Your Pokémon recover from all Special Conditions and can’t be affected by any Special Conditions.",
|
||||
es: "Tu Pokémon se recupera de todas las Condiciones Especiales y no puede verse afectado por ninguna Condición Especial.",
|
||||
it: "I tuoi Pokémon guariscono da tutte le condizioni speciali e non possono esserne influenzati.",
|
||||
pt: "Seus Pokémon se recuperam de todas as Condições Especiais e não podem ser afetados por quaisquer Condições Especiais.",
|
||||
de: "Deine Pokémon erholen sich von allen Speziellen Zuständen und können von keinen Speziellen Zuständen betroffen werden."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Psyko",
|
||||
en: "Psychic"
|
||||
en: "Psychic",
|
||||
es: "Psíquico",
|
||||
it: "Psichico",
|
||||
pt: "Psíquico",
|
||||
de: "Psychokinese"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 30 more damage for each Energy attached to your opponent’s Active Pokémon."
|
||||
en: "This attack does 30 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||||
es: "Este ataque hace 30 puntos de daño más por cada Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Questo attacco infligge 30 danni in più per ogni Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Este ataque causa 30 pontos de dano a mais para cada Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
de: "Diese Attacke fügt für jede an das Aktive Pokémon deines Gegners angelegte Energie 30 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
|
Reference in New Issue
Block a user