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: "Mienshao",
|
||||
fr: "Shaofouine",
|
||||
es: "Mienshao",
|
||||
it: "Mienshao",
|
||||
pt: "Mienshao",
|
||||
de: "Wie-Shu"
|
||||
},
|
||||
illustrator: "TOKIYA",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Mienfoo",
|
||||
fr: "Kungfouine",
|
||||
es: "Mienfoo",
|
||||
it: "Mienfoo",
|
||||
pt: "Mienfoo",
|
||||
de: "Lin-Fu"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,10 +41,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Aero Turn",
|
||||
fr: "Tour Aérien",
|
||||
es: "Giro Aéreo",
|
||||
it: "Virata",
|
||||
pt: "Virada Aérea",
|
||||
de: "Aero-Kehre"
|
||||
},
|
||||
effect: {
|
||||
en: "Return this Pokémon and all cards attached to it to your hand.",
|
||||
fr: "Reprenez ce Pokémon et toutes les cartes qui lui sont attachées dans votre main.",
|
||||
es: "Devuelve este Pokémon y todas las cartas unidas a él a tu mano.",
|
||||
it: "Riprendi in mano questo Pokémon e tutte le carte a esso assegnate.",
|
||||
pt: "Devolva este Pokémon e todos os cards ligados a ele para sua mão.",
|
||||
de: "Nimm dieses Pokémon und alle daran angelegten Karten zurück auf deine Hand."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
@ -49,6 +65,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "High Jump Kick",
|
||||
fr: "Pied Voltige",
|
||||
es: "Patada Salto Alta",
|
||||
it: "Calcinvolo",
|
||||
pt: "Chute de Pulo Alto",
|
||||
de: "Turmkick"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user