mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Beldum",
|
||||
fr: "Terhal",
|
||||
es: "Beldum",
|
||||
it: "Beldum",
|
||||
pt: "Beldum",
|
||||
de: "Tanhel"
|
||||
},
|
||||
illustrator: "Yuka Morii",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
pt: "Aríete",
|
||||
de: "Ramme"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -44,6 +52,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spinning Attack",
|
||||
fr: "Attaque Tournante",
|
||||
es: "Ataque Giratorio",
|
||||
it: "Attacco Rotante",
|
||||
pt: "Ataque Giratório",
|
||||
de: "Rundumangriff"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user