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: "Sewaddle",
|
||||
fr: "Larveyette",
|
||||
es: "Sewaddle",
|
||||
it: "Sewaddle",
|
||||
pt: "Sewaddle",
|
||||
de: "Strawickl"
|
||||
},
|
||||
illustrator: "kawayoo",
|
||||
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 20 damage from this Pokémon.",
|
||||
fr: "Soignez 20 dégâts à ce Pokémon.",
|
||||
es: "Cura 20 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 20 danni.",
|
||||
pt: "Cure 20 de danos deste Pokémon.",
|
||||
de: "Heile 20 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,6 +57,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bug Bite",
|
||||
fr: "Piqûre",
|
||||
es: "Picadura",
|
||||
it: "Coleomorso",
|
||||
pt: "Picada",
|
||||
de: "Käferbiss"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user