mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-13 01:01:59 +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: "Sandslash",
|
||||
fr: "Sablaireau",
|
||||
es: "Sandslash",
|
||||
it: "Sandslash",
|
||||
pt: "Sandslash",
|
||||
de: "Sandamer"
|
||||
},
|
||||
illustrator: "Shigenori Negishi",
|
||||
rarity: "Rare",
|
||||
@@ -33,12 +37,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Continuous Scratch",
|
||||
fr: "Griffe Continue",
|
||||
es: "Arañazo Incesante",
|
||||
it: "Graffio Infinito",
|
||||
pt: "Arranhão Contínuo",
|
||||
de: "Dauerkratzer"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 4 coins. This attack does 30 damage for each heads.",
|
||||
fr: "Lancez 4 pièces. Cette attaque inflige 30 dégâts pour chaque côté face.",
|
||||
es: "Lanza 4 monedas. Este ataque hace 30 puntos de daño por cada cara.",
|
||||
it: "Lancia quattro volte una moneta. Questo attacco infligge 30 danni ogni volta che esce testa.",
|
||||
pt: "Jogue 4 moedas. Este ataque causa 30 pontos de dano para cada cara.",
|
||||
de: "Wirf 4 Münzen. Diese Attacke fügt 30 Schadenspunkte pro Kopf zu."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30×",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -50,10 +62,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: 90,
|
||||
|
||||
|
Reference in New Issue
Block a user