mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ 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",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
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",
|
||||
|
||||
|
Reference in New Issue
Block a user