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.

import { Card } from '../../../interfaces'
import Set from '../Forbidden Light'
const card: Card = {
name: {
en: "Mysterious Treasure",
fr: "Trésor Mystérieux",
es: "Tesoro Misterioso",
it: "Tesoro Misterioso",
pt: "Tesouro Misterioso",
de: "Geheimnisvoller Schatz"
},
illustrator: "Eske Yoshinob",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Défaussez une carte de votre main. Dans ce cas, cherchez un Pokémon Psychic ou Dragon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
en: "Discard a card from your hand. If you do, search your deck for a Psychic or Dragon Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
es: "Descarta 1 carta de tu mano. Si lo haces, busca en tu baraja 1 Pokémon Psychic o Dragon, enséñalo y ponlo en tu mano. Después, baraja las cartas de tu baraja.",
it: "Scarta una delle carte che hai in mano. Se lo fai, cerca nel tuo mazzo un Pokémon Psychic o Dragon, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Descarte 1 carta da sua mão. Se fizer isto, procure por 1 Pokémon Psychic ou Pokémon Dragon no seu baralho, revele-o e coloque-o na sua mão. Em seguida, embaralhe o seu baralho.",
de: "Lege 1 Karte aus deiner Hand auf deinen Ablagestapel. Wenn du das machst, durchsuche dein Deck nach 1 Psychic- oder Dragon-Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Mische anschließend dein Deck."
},
trainerType: "Item",
}
export default card