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 '../Champion\'s Path'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Altaria",
|
||||
fr: "Altaria"
|
||||
fr: "Altaria",
|
||||
es: "Altaria",
|
||||
it: "Altaria",
|
||||
pt: "Altaria",
|
||||
de: "Altaria"
|
||||
},
|
||||
|
||||
illustrator: "Taira Akitsu",
|
||||
@ -27,11 +31,19 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Miraculous Charm",
|
||||
fr: "Amulette Miraculeuse"
|
||||
fr: "Amulette Miraculeuse",
|
||||
es: "Amuleto Milagroso",
|
||||
it: "Amuleto Miracoloso",
|
||||
pt: "Pingente Milagroso",
|
||||
de: "Wunderamulett"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Pokémon V and Pokémon-GX.",
|
||||
fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-V et Pokémon-GX de votre adversaire."
|
||||
fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-V et Pokémon-GX de votre adversaire.",
|
||||
es: "Evita todo el daño infligido a este Pokémon por ataques de los Pokémon V y Pokémon-GX de tu rival.",
|
||||
it: "Previeni tutti i danni inflitti a questo Pokémon dagli attacchi dei Pokémon-V e dei Pokémon-GX del tuo avversario.",
|
||||
pt: "Previna todo o dano causado a este Pokémon por ataques dos Pokémon V e Pokémon-GX do seu oponente.",
|
||||
de: "Verhindere allen Schaden, der diesem Pokémon durch Attacken von Pokémon-V und Pokémon-GX deines Gegners zugefügt wird."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,7 +56,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Speed Dive",
|
||||
fr: "Plongée Rapide"
|
||||
fr: "Plongée Rapide",
|
||||
es: "Picado Rápido",
|
||||
it: "Immersione Rapida",
|
||||
pt: "Mergulho Veloz",
|
||||
de: "Tempohechtsprung"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user