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.6 KiB
TypeScript
Raw Permalink 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 '../Team Up'
const card: Card = {
name: {
en: "Ingo & Emmet",
fr: "Chammal et Chamsin",
es: "Fero y Caril",
it: "Andy e Torn",
pt: "Ingo e Emmet",
de: "Hin & Her"
},
illustrator: "Megumi Mizutani",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Regardez la carte du dessus de votre deck, puis choisissez lune de ces options :\n\n• Défaussez votre main et piochez 5 cartes.\n• Défaussez votre main et piochez 5 cartes du dessous de votre deck.",
en: "Look at the top card of your deck, and then choose 1:\n\n• Discard your hand and draw 5 cards.\n• Discard your hand and draw 5 cards from the bottom of your deck.",
es: "Mira la primera carta de tu baraja y elige 1 opción:\n\n• Descarta las cartas de tu mano y roba 5 cartas.\n• Descarta las cartas de tu mano y roba 5 cartas de la parte inferior de tu baraja.",
it: "Guarda la prima carta del tuo mazzo e poi scegli:\n\n• Scarta le carte che hai in mano e pesca cinque carte. \n• Scarta le carte che hai in mano e pesca cinque carte in fondo al tuo mazzo.",
pt: "Olhe a primeira carta do seu baralho e escolha 1:\n\n• Descarte a sua mão e compre 5 cartas.\n• Descarte a sua mão e compre as 5 últimas cartas do seu baralho.",
de: "Schau dir die oberste Karte deines Decks an und wähle 1 aus:\n\n• Lege deine Handkarten auf deinen Ablagestapel und ziehe 5 Karten.\n• Lege deine Handkarten auf deinen Ablagestapel und ziehe 5 Karten von unten aus deinem Deck."
},
trainerType: "Supporter",
}
export default card