mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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: "Swirlix",
|
||||
fr: "Sucroquin"
|
||||
fr: "Sucroquin",
|
||||
es: "Swirlix",
|
||||
it: "Swirlix",
|
||||
pt: "Swirlix",
|
||||
de: "Flauschling"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Draining Kiss",
|
||||
fr: "Vampibaiser"
|
||||
fr: "Vampibaiser",
|
||||
es: "Beso Drenaje",
|
||||
it: "Assorbibacio",
|
||||
pt: "Beijo Drenante",
|
||||
de: "Diebeskuss"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
fr: "Soignez 10 dégâts de ce Pokémon."
|
||||
fr: "Soignez 10 dégâts de ce Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 10 danni.",
|
||||
pt: "Cure 10 pontos de dano deste Pokémon.",
|
||||
de: "Heile 10 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user