1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
Florian Bouillon 96f34fcafb
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-29 17:20:26 +02:00

33 lines
1.8 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Chilling Reign'
const card: Card = {
set: Set,
name: {
fr: "Conviction de Marion",
en: "Karens Conviction",
es: "Convicción de Karen",
it: "Fermezza di Karen",
pt: "Convicção da Karen",
de: "Melanies Überzeugung"
},
illustrator: "Hideki Ishikawa",
rarity: "Ultra Rare",
category: "Trainer",
effect: {
fr: "Pendant ce tour, les attaques de vos Pokémon Poing Final infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire pour chaque carte Récompense que votre adversaire a récupérée (avant application de la Faiblesse et de la Résistance).",
en: "During this turn, your Single Strike Pokémons attacks do 20 more damage to your opponents Active Pokémon for each Prize card your opponent has taken (before applying Weakness and Resistance).",
es: "Durante este turno, los ataques de tus Pokémon Golpe Brusco hacen 20 puntos de daño más al Pokémon Activo de tu rival por cada carta de Premio que haya cogido tu rival (antes de aplicar Debilidad y Resistencia).",
it: "Durante questo turno, gli attacchi dei tuoi Pokémon Colpo Singolo infliggono 20 danni in più al Pokémon attivo del tuo avversario per ogni carta Premio che ha preso, prima di aver applicato debolezza e resistenza.",
pt: "Durante este turno, os ataques dos seus Pokémon Golpe Decisivo causam 20 pontos de dano a mais ao Pokémon Ativo do seu oponente para cada carta de Prêmio que ele(a) pegou (antes de aplicar Fraqueza e Resistência).",
de: "Während dieses Zuges fügen die Attacken deiner Fokussierter-Angriff-Pokémon dem Aktiven Pokémon deines Gegners für jede von deinem Gegner genommene Preiskarte 20 Schadenspunkte mehr zu (bevor Schwäche und Resistenz verrechnet werden)."
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card