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: "Underground Expedition",
|
||||
fr: "Expédition Souterraine",
|
||||
es: "Expedición Subterránea",
|
||||
it: "Spedizione Sotterranea",
|
||||
pt: "Expedição Subterrânea",
|
||||
de: "Expedition ins Unterirdische"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Ultra Rare",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Regardez les 4 cartes du dessous de votre deck et ajoutez 2 d’entre elles à votre main. Placez les autres cartes en dessous de votre deck dans l’ordre de votre choix.",
|
||||
en: "Look at the bottom 4 cards of your deck and put 2 of them into your hand. Put the other cards back on the bottom of your deck in any order.",
|
||||
es: "Mira las 4 últimas cartas de tu baraja y pon 2 de ellas en tu mano. Pon el resto de cartas de nuevo en la parte inferior de tu baraja en el orden que quieras.",
|
||||
it: "Guarda le ultime quattro carte del tuo mazzo e aggiungi due di esse alle carte che hai in mano. Poi rimetti le altre carte in fondo al tuo mazzo nell’ordine che preferisci.",
|
||||
pt: "Olhe as 4 últimas cartas do seu baralho e coloque 2 delas na sua mão. Coloque as demais cartas de volta como as últimas cartas do seu baralho em qualquer ordem.",
|
||||
de: "Schau dir die untersten 4 Karten deines Decks an und nimm 2 von ihnen auf deine Hand. Lege die anderen Karten in beliebiger Reihenfolge zurück unter dein Deck."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user