1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 06:42: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.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 '../Unbroken Bonds'
const card: Card = {
name: {
en: "Beast Bringer",
fr: "Appel aux Chimères",
es: "Portador Ente",
it: "Ultraganasce",
pt: "Condutor de Criatura",
de: "Bestienbringer"
},
illustrator: "Ayaka Yoshida",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Sil vous reste exactement 6 cartes Récompense et si le Pokémon-GX ou le Pokémon-EX Actif de votre adversaire est mis K.O. par les dégâts dune attaque de lUltra-Chimère à laquelle cette carte est attachée, récupérez une carte Récompense supplémentaire.",
en: "If you have exactly 6 Prize cards remaining, and if your opponents Active Pokémon-GX or Pokémon-EX is Knocked Out by damage from an attack of the Ultra Beast this card is attached to, take 1 more Prize card.",
es: "Si te quedan exactamente 6 cartas de Premio, y si el Pokémon-GX o Pokémon-EX Activo de tu rival queda Fuera de Combate por el daño de un ataque del Ultraente al que esté unida esta carta, coge 1 carta de Premio más.",
it: "Se hai esattamente sei carte Premio rimanenti, e se il Pokémon-GX o il Pokémon-EX attivo del tuo avversario viene messo KO dai danni di un attacco dellUltracreatura a cui è assegnata questa carta, prendi una carta Premio in più.",
pt: "Se você tiver exatamente 6 cartas de Prêmio restantes e o Pokémon-GX ou Pokémon-EX Ativo do seu oponente for Nocauteado pelo dano de um ataque da Ultracriatura à qual esta carta está ligada, pegue 1 carta de Prêmio a mais.",
de: "Wenn du genau 6 verbleibende Preiskarten hast und wenn das Aktive Pokémon-GX oder Pokémon-EX deines Gegners durch eine Attacke der Ultrabestie, an die diese Karte angelegt ist, kampfunfähig wird, nimm 1 Preiskarte mehr."
},
trainerType: "Tool",
}
export default card