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: "Malamar V",
|
||||
fr: "Sepiatroce V"
|
||||
fr: "Sepiatroce V",
|
||||
es: "Malamar V",
|
||||
it: "Malamar V",
|
||||
pt: "Malamar V",
|
||||
de: "Calamanero V"
|
||||
},
|
||||
|
||||
illustrator: "Eske Yoshinob",
|
||||
@ -20,11 +24,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Drag Off",
|
||||
fr: "Traîne"
|
||||
fr: "Traîne",
|
||||
es: "Jalón",
|
||||
it: "Trascinato Via",
|
||||
pt: "Arrastar para Fora",
|
||||
de: "Wegzerren"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch 1 of your opponent’s Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon.",
|
||||
fr: "Échangez l’un des Pokémon de Banc de votre adversaire contre son Pokémon Actif. Cette attaque inflige 30 dégâts au nouveau Pokémon Actif."
|
||||
fr: "Échangez l’un des Pokémon de Banc de votre adversaire contre son Pokémon Actif. Cette attaque inflige 30 dégâts au nouveau Pokémon Actif.",
|
||||
es: "Cambia 1 de los Pokémon en Banca de tu rival por su Pokémon Activo. Este ataque hace 30 puntos de daño al nuevo Pokémon Activo.",
|
||||
it: "Scambia uno dei Pokémon nella panchina del tuo avversario con il suo Pokémon attivo. Questo attacco infligge 30 danni al nuovo Pokémon attivo.",
|
||||
pt: "Troque 1 dos Pokémon no Banco do seu oponente pelo Pokémon Ativo dele(a). Este ataque causa 30 pontos de dano ao novo Pokémon Ativo.",
|
||||
de: "Tausche 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon aus. Diese Attacke fügt dem neuen Aktiven Pokémon 30 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
},
|
||||
@ -36,11 +48,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Brain Shake",
|
||||
fr: "Cahot Mental"
|
||||
fr: "Cahot Mental",
|
||||
es: "Sacudida Cerebral",
|
||||
it: "Scuotimente",
|
||||
pt: "Chacoalhada Cerebral",
|
||||
de: "Gehirnschütteln"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus."
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Confuso.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt."
|
||||
},
|
||||
damage: 130,
|
||||
|
||||
|
Reference in New Issue
Block a user