mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39: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: "Cryogonal",
|
||||
fr: "Hexagel",
|
||||
es: "Cryogonal",
|
||||
it: "Cryogonal",
|
||||
pt: "Cryogonal",
|
||||
de: "Frigometri"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Frozen Lock",
|
||||
fr: "Blocage Givrant",
|
||||
es: "Bloqueo Gélido",
|
||||
it: "Blocco Gelido",
|
||||
pt: "Trava Congelante",
|
||||
de: "Frostsperre"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent can't play any Item cards from their hand during their next turn.",
|
||||
en: "Your opponent can’t play any Item cards from their hand during their next turn.",
|
||||
fr: "Votre adversaire ne peut pas jouer de carte Objet de sa main pendant son prochain tour.",
|
||||
es: "Tu rival no puede jugar ninguna carta de Objeto de su mano durante su próximo turno.",
|
||||
it: "Il tuo avversario non può giocare le carte Strumento che ha in mano durante il suo prossimo turno.",
|
||||
pt: "Seu oponente não poderá jogar nenhuma carta de Item da própria mão durante a próxima vez dele(a) jogar.",
|
||||
de: "Dein Gegner kann während seines nächsten Zuges keine Itemkarten aus seiner Hand spielen."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user