mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lombre",
|
||||
fr: "Lombre",
|
||||
es: "Lombre",
|
||||
it: "Lombre",
|
||||
pt: "Lombre",
|
||||
de: "Lombrero"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Lotad",
|
||||
fr: "Nénupiot",
|
||||
es: "Lotad",
|
||||
it: "Lotad",
|
||||
pt: "Lotad",
|
||||
de: "Loturzel"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,6 +41,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hook",
|
||||
fr: "Crochet",
|
||||
es: "Garfio",
|
||||
it: "Uncino",
|
||||
pt: "Gancho",
|
||||
de: "Haken"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -46,6 +58,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Beat",
|
||||
fr: "Bataille",
|
||||
es: "Toque",
|
||||
it: "Battuta",
|
||||
pt: "Pulso",
|
||||
de: "Verprügler"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user