1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-02 12:41:59 +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:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
const card: Card = {
name: {
en: "Lugia",
fr: "Lugia"
fr: "Lugia",
es: "Lugia",
it: "Lugia",
pt: "Lugia",
de: "Lugia"
},
illustrator: "Hasuno",
@@ -24,7 +28,11 @@ const card: Card = {
],
name: {
en: "Gust",
fr: "Tornade"
fr: "Tornade",
es: "Tornado",
it: "Raffica",
pt: "Lufada de Vento",
de: "Windstoß"
},
damage: 30,
@@ -38,11 +46,19 @@ const card: Card = {
],
name: {
en: "Energy Loop",
fr: "Boucle dÉnergie"
fr: "Boucle dÉnergie",
es: "Bucle de Energía",
it: "Circuito Energetico",
pt: "Loop de Energia",
de: "Energieschleife"
},
effect: {
en: "Put an Energy attached to this Pokémon into your hand.",
fr: "Ajoutez à votre main une Énergie attachée à ce Pokémon."
fr: "Ajoutez à votre main une Énergie attachée à ce Pokémon.",
es: "Pon 1 Energía unida a este Pokémon en tu mano.",
it: "Prendi unEnergia assegnata a questo Pokémon e aggiungila alle carte che hai in mano.",
pt: "Coloque 1 Energia ligada a este Pokémon na sua mão.",
de: "Nimm 1 an dieses Pokémon angelegte Energie auf deine Hand."
},
damage: 120,