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 '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Luxray",
|
||||
fr: "Luxray"
|
||||
fr: "Luxray",
|
||||
es: "Luxray",
|
||||
it: "Luxray",
|
||||
pt: "Luxray",
|
||||
de: "Luxtra"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
@ -24,11 +28,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Raid",
|
||||
fr: "Razzia Obscure"
|
||||
fr: "Razzia Obscure",
|
||||
es: "Raid Oscuro",
|
||||
it: "Raid",
|
||||
pt: "Reide",
|
||||
de: "Überfall"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon evolved from Luxio during this turn, this attack does 100 more damage.",
|
||||
fr: "Si ce Pokémon a évolué de Luxio pendant ce tour, cette attaque inflige 100 dégâts supplémentaires."
|
||||
fr: "Si ce Pokémon a évolué de Luxio pendant ce tour, cette attaque inflige 100 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon ha evolucionado de Luxio durante este turno, este ataque hace 100 puntos de daño más.",
|
||||
it: "Se questo Pokémon si è evoluto da Luxio durante questo turno, questo attacco infligge 100 danni in più.",
|
||||
pt: "Se este Pokémon evoluiu de Luxio durante este turno, este ataque causará 100 pontos de dano a mais.",
|
||||
de: "Wenn sich dieses Pokémon während dieses Zuges aus Luxio entwickelt hat, fügt diese Attacke 100 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
@ -40,7 +52,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Head Bolt",
|
||||
fr: "Éclair Frontal"
|
||||
fr: "Éclair Frontal",
|
||||
es: "Rayo de Cabeza",
|
||||
it: "Zuccalampo",
|
||||
pt: "Raio de Cabeça",
|
||||
de: "Kopf-Blitz"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
|
Reference in New Issue
Block a user