1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12: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.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 '../Cosmic Eclipse'
const card: Card = {
name: {
en: "Lillies Full Force",
fr: "Pleine Puissance de Lilie",
es: "Máxima Potencia de Lylia",
it: "Lylia alla Massima Potenza",
pt: "Força Total da Lílian",
de: "Lillys ganze Kraft"
},
illustrator: "kodama",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Piochez 4 cartes.\n\nÀ la fin de ce tour, si vous avez 3 cartes ou plus dans votre main, mélangez des cartes de votre main avec votre deck jusquà avoir 2 cartes dans votre main.",
en: "Draw 4 cards.\n\nAt the end of this turn, if you have 3 or more cards in your hand, shuffle cards from your hand into your deck until you have 2 cards in your hand.",
es: "Roba 4 cartas.\n\nAl final de este turno, si tienes 3 cartas o más en tu mano, pon cartas de tu mano en tu baraja hasta que tengas 2 cartas en tu mano y barájalas todas.",
it: "Pesca quattro carte.\n\nAlla fine di questo turno, se hai tre o più carte in mano, rimischia delle carte dalla tua mano nel tuo mazzo fino ad averne due in mano.",
pt: "Compre 4 cartas.\n\nNo final desta vez de jogar, se você tiver 3 ou mais cartas na sua mão, embaralhe cartas da sua mão no seu baralho até ter 2 cartas na sua mão.",
de: "Ziehe 4 Karten.\n\nWenn du am Ende dieses Zuges 3 oder mehr Karten auf deiner Hand hast, mische so lang Karten aus deiner Hand in dein Deck, bis du 2 Karten auf deiner Hand hast."
},
trainerType: "Supporter",
}
export default card