mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Jasmine",
|
||||
fr: "Jasmine",
|
||||
es: "Yasmina",
|
||||
it: "Jasmine",
|
||||
pt: "Jasmine",
|
||||
de: "Jasmin"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez un Pokémon Metal dans votre deck, montrez-le, puis ajoutez-le à votre main. Si vous jouez en second et que c’est votre premier tour, cherchez 5 Pokémon Metal au lieu d’un. 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 it’s 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",
|
||||
|
||||
|
Reference in New Issue
Block a user