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: "Judge",
|
||||
fr: "Juge",
|
||||
es: "Juez",
|
||||
it: "Arbitro",
|
||||
pt: "Juiz",
|
||||
de: "Richter"
|
||||
},
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Ultra Rare",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Chaque joueur mélange sa main avec son deck et pioche 4 cartes.",
|
||||
en: "Each player shuffles their hand into their deck and draws 4 cards.",
|
||||
es: "Cada jugador pone las cartas de su mano en su baraja, las baraja todas y roba 4 cartas.",
|
||||
it: "Ciascun giocatore rimischia le carte che ha in mano nel proprio mazzo e pesca quattro carte.",
|
||||
pt: "Cada jogador embaralha a própria mão no próprio baralho e compra 4 cartas.",
|
||||
de: "Jeder Spieler mischt seine Handkarten in sein Deck und zieht 4 Karten."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user