mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,7 +4,11 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Honedge",
|
||||
fr: "Monorpale"
|
||||
fr: "Monorpale",
|
||||
es: "Honedge",
|
||||
it: "Honedge",
|
||||
pt: "Honedge",
|
||||
de: "Gramokles"
|
||||
},
|
||||
|
||||
illustrator: "Sekio",
|
||||
@ -20,7 +24,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slicing Blade",
|
||||
fr: "Lame Tranchante"
|
||||
fr: "Lame Tranchante",
|
||||
es: "Cuchilla Cortante",
|
||||
it: "Affettalama",
|
||||
pt: "Lâmina Fatiante",
|
||||
de: "Schwertschneide"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user