mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Palossand",
|
||||
fr: "Trépassable",
|
||||
es: "Palossand",
|
||||
it: "Palossand",
|
||||
pt: "Palossand",
|
||||
de: "Colossand"
|
||||
},
|
||||
illustrator: "kawayoo",
|
||||
rarity: "Rare",
|
||||
@ -35,10 +39,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sand Tomb",
|
||||
fr: "Tourbi-Sable",
|
||||
es: "Bucle Arena",
|
||||
it: "Sabbiotomba",
|
||||
pt: "Fosso de Areia",
|
||||
de: "Sandgrab"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "O Pokémon Defensor não poderá recuar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Das Verteidigende Pokémon kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
@ -53,10 +65,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dust Storm",
|
||||
fr: "Tempête de Poussière",
|
||||
es: "Tormenta de Polvo",
|
||||
it: "Tempesta di Polvere",
|
||||
pt: "Tempestade de Poeira",
|
||||
de: "Staubsturm"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all cards from both Active Pokémon.",
|
||||
fr: "Défaussez toutes les cartes attachées aux deux Pokémon Actifs.",
|
||||
es: "Descarta todas las cartas de ambos Pokémon Activos.",
|
||||
it: "Scarta tutte le carte assegnate a ciascun Pokémon attivo.",
|
||||
pt: "Descarte todas as cartas de ambos os Pokémon Ativos.",
|
||||
de: "Lege alle Karten von beiden Aktiven Pokémon auf den Ablagestapel."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user