mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Lurantis",
|
||||
fr: "Floramantis"
|
||||
fr: "Floramantis",
|
||||
es: "Lurantis",
|
||||
it: "Lurantis",
|
||||
pt: "Lurantis",
|
||||
de: "Mantidea"
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
@ -23,12 +27,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Leaf Drain",
|
||||
fr: "Feuille Sangsue"
|
||||
fr: "Feuille Sangsue",
|
||||
es: "Hoja Drenante",
|
||||
it: "Assorbifoglia",
|
||||
pt: "Dreno Folha",
|
||||
de: "Blattsauger"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon."
|
||||
fr: "Soignez 30 dégâts de 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 pontos de dano deste Pokémon.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -36,7 +48,11 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
en: "Solar Cutter",
|
||||
fr: "Coupe Solaire"
|
||||
fr: "Coupe Solaire",
|
||||
es: "Corte Solar",
|
||||
it: "Taglio Solare",
|
||||
pt: "Cortador Solar",
|
||||
de: "Solarschneider"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user