1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +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.5 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 '../Forbidden Light'
const card: Card = {
name: {
en: "Diantha",
fr: "Dianthéa",
es: "Dianta",
it: "Diantha",
pt: "Diantha",
de: "Diantha"
},
illustrator: "nagimiso",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Vous ne pouvez jouer cette carte que si lun de vos Pokémon Fairy a été mis K.O. pendant le dernier tour de votre adversaire.\n\nAjoutez 2 cartes de votre pile de défausse à votre main.",
en: "You can play this card only if 1 of your Fairy Pokémon was Knocked Out during your opponents last turn.\n\nPut 2 cards from your discard pile into your hand.",
es: "Puedes jugar esta carta solo si 1 de tus Pokémon Fairy quedó Fuera de Combate durante el último turno de tu rival.\n\nPon 2 cartas de tu pila de descartes en tu mano.",
it: "Puoi giocare questa carta solo se uno dei tuoi Pokémon Fairy è stato messo KO durante lultimo turno del tuo avversario.\n\nPrendi due carte dalla tua pila degli scarti e aggiungile alle carte che hai in mano.",
pt: "Você só pode jogar esta carta se 1 dos seus Pokémon Fairy tiver sido Nocauteado durante a última vez de jogar do seu oponente.\n\nColoque 2 cartas da sua pilha de descarte na sua mão.",
de: "Du kannst diese Karte nur spielen, wenn 1 deiner Fairy-Pokémon während des letzten Zuges deines Gegners kampfunfähig wurde.\n\nNimm 2 Karten aus deinem Ablagestapel auf deine Hand."
},
trainerType: "Supporter",
}
export default card