1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 11:30:46 +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

@ -6,7 +6,11 @@ const card: Card = {
name: {
en: "Thundurus",
fr: "Fulguris"
fr: "Fulguris",
es: "Thundurus",
it: "Thundurus",
pt: "Thundurus",
de: "Voltolos"
},
illustrator: "Souichirou Gunjima",
@ -18,12 +22,20 @@ const card: Card = {
attacks: [{
name: {
en: "Assisting Spark",
fr: "Étincelle de Soutien"
fr: "Étincelle de Soutien",
es: "Chispa de Apoyo",
it: "Scintillaiuto",
pt: "Faísca Auxiliar",
de: "Helfender Funke"
},
effect: {
en: "You may attach a Lightning Energy card from your hand to 1 of your Benched Pokémon.",
fr: "Vous pouvez attacher une carte Énergie Lightning de votre main à lun de vos Pokémon de Banc."
fr: "Vous pouvez attacher une carte Énergie Lightning de votre main à lun de vos Pokémon de Banc.",
es: "Puedes unir 1 carta de Energía Lightning de tu mano a 1 de tus Pokémon en Banca.",
it: "Puoi assegnare a uno dei tuoi Pokémon in panchina una carta Energia Lightning dalla tua mano.",
pt: "Você pode ligar 1 carta de Energia Lightning da sua mão a 1 dos seus Pokémon no Banco.",
de: "Du kannst 1 Lightning-Energiekarte aus deiner Hand an 1 Pokémon auf deiner Bank anlegen."
},
damage: 30,
@ -31,12 +43,20 @@ const card: Card = {
}, {
name: {
en: "Thunder",
fr: "Fatal-Foudre"
fr: "Fatal-Foudre",
es: "Trueno",
it: "Tuono",
pt: "Trovão",
de: "Donner"
},
effect: {
en: "This Pokémon also does 30 damage to itself.",
fr: "Ce Pokémon sinflige aussi 30 dégâts."
fr: "Ce Pokémon sinflige aussi 30 dégâts.",
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge anche 30 danni a se stesso.",
pt: "Este Pokémon também causa 30 pontos de dano a si mesmo.",
de: "Dieses Pokémon fügt auch sich selbst 30 Schadenspunkte zu."
},
damage: 130,