1
0
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:
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: "Victini V",
fr: "Victini V"
fr: "Victini V",
es: "Victini V",
it: "Victini V",
pt: "Victini V",
de: "Victini V"
},
illustrator: "Kagemaru Himeno",
@ -18,12 +22,20 @@ const card: Card = {
attacks: [{
name: {
en: "V Bullet",
fr: "Projectile-V"
fr: "Projectile-V",
es: "Bala V",
it: "Dardo V",
pt: "Projétil V",
de: "V-Kugel"
},
effect: {
en: "If your opponents Active Pokémon is a Pokémon V, this attack does 50 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V, cette attaque inflige 50 dégâts supplémentaires."
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V, cette attaque inflige 50 dégâts supplémentaires.",
es: "Si el Pokémon Activo de tu rival es un Pokémon V, este ataque hace 50 puntos de daño más.",
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-V, questo attacco infligge 50 danni in più.",
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon V, este ataque causará 50 pontos de dano a mais.",
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-V ist, fügt diese Attacke 50 Schadenspunkte mehr zu."
},
damage: "10+",
@ -31,12 +43,20 @@ const card: Card = {
}, {
name: {
en: "Flare Shot",
fr: "Tir Flambant"
fr: "Tir Flambant",
es: "Disparo Llamarada",
it: "Colpofiammata",
pt: "Disparo de Labareda",
de: "Flackerschuss"
},
effect: {
en: "Discard all Energy from this Pokémon.",
fr: "Défaussez toute lÉnergie de ce Pokémon."
fr: "Défaussez toute lÉnergie de ce Pokémon.",
es: "Descarta todas las Energías de este Pokémon.",
it: "Scarta tutte le Energie da questo Pokémon.",
pt: "Descarte todas as Energias deste Pokémon.",
de: "Lege alle Energien von diesem Pokémon auf deinen Ablagestapel."
},
damage: 120,