1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +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.7 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 '../Cosmic Eclipse'
const card: Card = {
name: {
en: "Beastite",
fr: "Chimérite",
es: "Entita",
it: "Pietra Ultracreatura",
pt: "Criaturita",
de: "Bestienit"
},
illustrator: "inose yukie",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Les attaques de lUltra-Chimère à laquelle cette carte est attachée infligent 10 dégâts supplémentaires au Pokémon Actif de votre adversaire pour chaque carte Récompense que vous avez récupérée (avant application de la Faiblesse et de la Résistance).",
en: "The attacks of the Ultra Beast this card is attached to do 10 more damage to your opponents Active Pokémon for each Prize card you have taken (before applying Weakness and Resistance).",
es: "Los ataques del Ultraente al que esté unida esta carta hacen 10 puntos de daño más al Pokémon Activo de tu rival por cada carta de Premio que hayas cogido (antes de aplicar Debilidad y Resistencia).",
it: "Gli attacchi dellUltracreatura a cui è assegnata questa carta infliggono 10 danni in più al Pokémon attivo del tuo avversario per ogni carta Premio che hai preso, prima di aver applicato debolezza e resistenza.",
pt: "Os ataques da Ultracriatura ao qual esta carta está ligada causam 10 pontos de dano a mais ao Pokémon Ativo do seu oponente para cada carta de Prêmio que você pegou (antes de aplicar Fraqueza e Resistência).",
de: "Die Attacken der Ultrabestie, an die diese Karte angelegt ist, fügen dem Aktiven Pokémon deines Gegners 10 Schadenspunkte mehr mal der Anzahl der von dir genommenen Preiskarten zu (bevor Schwäche und Resistenz verrechnet werden)."
},
trainerType: "Tool",
}
export default card