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.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.

import { Card } from '../../../interfaces'
import Set from '../Ultra Prism'
const card: Card = {
name: {
en: "Missing Clover",
fr: "Trèfle Manquant",
es: "Trébol Perdido",
it: "Trifoglio Mancante",
pt: "Trevo Perdido",
de: "Fehlendes Kleeblatt"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Vous pouvez jouer 4 cartes Trèfle Manquant à la fois.\n\n• Si vous avez joué une carte, regardez la carte du dessus de votre deck.\n• Si vous avez joué 4 cartes, récupérez une carte Récompense. (Cet effet agit une fois pour 4 cartes.)",
en: "You may play 4 Missing Clover cards at once.\n\n• If you played 1 card, look at the top card of your deck.\n• If you played 4 cards, take a Prize card. (This effect works one time for 4 cards.)",
es: "Puedes jugar 4 cartas de Trébol Perdido de una vez.\n\n• Si has jugado 1 carta, mira la primera carta de tu baraja.\n• Si has jugado 4 cartas, coge 1 carta de Premio. (Este efecto funciona 1 vez por 4 cartas).",
it: "Puoi giocare quattro carte Trifoglio Mancante alla volta.\n\n• Se giochi una carta, guarda la prima carta del tuo mazzo.\n• Se giochi quattro carte, prendi una carta Premio (questo effetto si applica una volta ogni quattro carte).",
pt: "Você pode jogar 4 cartas Trevo Perdido de uma vez.\n\n• Se você jogou 1 carta, olhe a primeira carta do seu baralho.\n• Se você jogou 4 cartas, pegue 1 carta de Prêmio (este efeito funciona uma vez para 4 cartas).",
de: "Du kannst 4 Fehlendes Kleeblatt-Karten gleichzeitig spielen.\n\n• Wenn du 1 Karte gespielt hast, schau dir die oberste Karte deines Decks an.\n• Wenn du 4 Karten gespielt hast, nimm 1 Preiskarte. (Dieser Effekt funktioniert einmal für 4 Karten.)"
},
trainerType: "Item",
}
export default card