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.7 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 '../Team Up'
const card: Card = {
name: {
en: "Jasmine",
fr: "Jasmine",
es: "Yasmina",
it: "Jasmine",
pt: "Jasmine",
de: "Jasmin"
},
illustrator: "Hideki Ishikawa",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Cherchez un Pokémon Metal dans votre deck, montrez-le, puis ajoutez-le à votre main. Si vous jouez en second et que cest votre premier tour, cherchez 5 Pokémon Metal au lieu dun. Mélangez ensuite votre deck.",
en: "Search your deck for a Metal Pokémon, reveal it, and put it into your hand. If you go second and its your first turn, search for 5 Metal Pokémon instead of 1. Then, shuffle your deck.",
es: "Busca en tu baraja 1 Pokémon Metal, enséñalo y ponlo en tu mano. Si sales segundo y es tu primer turno, busca 5 Pokémon Metal en vez de 1. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo un Pokémon Metal, mostralo e aggiungilo alle carte che hai in mano. Se inizi per secondo e se è il tuo primo turno, cerca cinque Pokémon Metal invece di uno. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por 1 Pokémon Metal no seu baralho, revele-o e coloque-o na sua mão. Se você for o segundo a jogar e esta for a sua primeira vez de jogar, procure por 5 Pokémon Metal ao invés de 1. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach 1 Metal-Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Wenn du als Zweiter am Zug bist und es dein erster Zug ist, durchsuche dein Deck nach 5 Metal-Pokémon anstelle von 1. Mische anschließend dein Deck."
},
trainerType: "Supporter",
}
export default card