mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Houndour",
|
||||
fr: "Malosse"
|
||||
fr: "Malosse",
|
||||
es: "Houndour",
|
||||
it: "Houndour",
|
||||
pt: "Houndour",
|
||||
de: "Hunduster"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
@ -18,7 +22,11 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bite",
|
||||
fr: "Morsure"
|
||||
fr: "Morsure",
|
||||
es: "Mordisco",
|
||||
it: "Morso",
|
||||
pt: "Mordida",
|
||||
de: "Biss"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user