mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Sableye",
|
||||
fr: "Ténéfix",
|
||||
es: "Sableye",
|
||||
it: "Sableye",
|
||||
pt: "Sableye",
|
||||
de: "Zobiris"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Uncommon",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Limitation",
|
||||
fr: "Restriction",
|
||||
es: "Limitación",
|
||||
it: "Costrizione",
|
||||
pt: "Limitação",
|
||||
de: "Einschränken"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent can't play any Supporter cards from their hand during their next turn.",
|
||||
en: "Your opponent can’t play any Supporter cards from their hand during their next turn.",
|
||||
fr: "Votre adversaire ne peut pas jouer de cartes Supporter de sa main pendant son prochain tour.",
|
||||
es: "Tu rival no puede jugar ninguna carta de Partidario de su mano durante su próximo turno.",
|
||||
it: "Il tuo avversario non può giocare le carte Aiuto che ha in mano durante il suo prossimo turno.",
|
||||
pt: "Seu oponente não poderá jogar nenhuma carta de Apoiador da própria mão durante a próxima vez dele(a) jogar.",
|
||||
de: "Dein Gegner kann während seines nächsten Zuges keine Unterstützerkarten aus seiner Hand spielen."
|
||||
},
|
||||
|
||||
},
|
||||
@ -44,6 +56,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scratch",
|
||||
fr: "Griffe",
|
||||
es: "Arañazo",
|
||||
it: "Graffio",
|
||||
pt: "Arranhão",
|
||||
de: "Kratzer"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user