1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-04 08:32:10 +00:00
Florian Bouillon dc0dcff103
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 14:12:31 +02:00

42 lines
1.6 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 '../Lost Thunder'
const card: Card = {
name: {
en: "Spell Tag",
fr: "Rune Sort",
es: "Hechizo",
it: "Spettrotarga",
pt: "Talismã de Feitiço",
de: "Bannsticker"
},
illustrator: "Ayaka Yoshida",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Lorsque le Pokémon Psychic auquel cette carte est attachée est mis K.O. par les dégâts dune attaque de votre adversaire, placez 4 marqueurs de dégâts sur les Pokémon de votre adversaire, de la manière que vous voulez.",
en: "When the Psychic Pokémon this card is attached to is Knocked Out by damage from an opponents attack, put 4 damage counters on your opponents Pokémon in any way you like.",
es: "Cuando el Pokémon Psychic al que esté unida esta carta quede Fuera de Combate por el daño de un ataque de tu rival, pon 4 contadores de daño en los Pokémon de tu rival de la manera que desees.",
it: "Quando il Pokémon Psychic a cui è assegnata questa carta viene messo KO dai danni inflitti da un attacco del tuo avversario, distribuisci a piacimento quattro segnalini danno sui Pokémon del tuo avversario.",
pt: "Quando o Pokémon Psychic ao qual esta carta está ligada for Nocauteado pelo dano de um ataque do seu oponente, coloque 4 contadores de dano nos Pokémon do seu oponente como desejar.",
de: "Wenn das Psychic-Pokémon, an das diese Karte angelegt ist, durch den Schaden einer Attacke deines Gegners kampfunfähig wird, lege 4 Schadensmarken beliebig auf die Pokémon deines Gegners."
},
trainerType: "Tool",
}
export default card