mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Chansey",
|
||||
fr: "Leveinard",
|
||||
es: "Chansey",
|
||||
it: "Chansey",
|
||||
pt: "Chansey",
|
||||
de: "Chaneira"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
@ -29,11 +33,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Nap",
|
||||
fr: "Tit’Sieste",
|
||||
fr: "Tit'Sieste",
|
||||
es: "Siesta",
|
||||
it: "Pausa",
|
||||
pt: "Soneca",
|
||||
de: "Nickerchen"
|
||||
},
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts à ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
pt: "Cure 30 de danos deste Pokémon.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,10 +58,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lucky Punch",
|
||||
fr: "Poing Chance",
|
||||
es: "Puño Suerte",
|
||||
it: "Fortunpugno",
|
||||
pt: "Soco da Sorte",
|
||||
de: "Lucky Punch"
|
||||
},
|
||||
effect: {
|
||||
en: "If you don’t have exactly 7 cards in your hand, this attack does nothing.",
|
||||
fr: "Si vous n’avez pas exactement 7 cartes dans votre main, cette attaque ne fait rien.",
|
||||
en: "If you don't have exactly 7 cards in your hand, this attack does nothing.",
|
||||
fr: "Si vous n'avez pas exactement 7 cartes dans votre main, cette attaque ne fait rien.",
|
||||
es: "Si no tienes exactamente 7 cartas en tu mano, este ataque no hace nada.",
|
||||
it: "Se non hai esattamente sette carte in mano, questo attacco non ha effetto.",
|
||||
pt: "Se você não tiver exatamente 7 cards na mão, esse ataque não fará nada.",
|
||||
de: "Dieser Angriff hat keine Auswirkungen, wenn du nicht genau 7 Karten auf der Hand hast."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user