1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08: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

@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
const card: Card = {
name: {
en: "Milotic",
fr: "Milobellus"
fr: "Milobellus",
es: "Milotic",
it: "Milotic",
pt: "Milotic",
de: "Milotic"
},
illustrator: "AKIRA EGAWA",
@ -27,11 +31,19 @@ const card: Card = {
type: "Ability",
name: {
en: "Bright Heal",
fr: "Soin Lumineux"
fr: "Soin Lumineux",
es: "Cura Brillante",
it: "Lumicura",
pt: "Cura Brilhante",
de: "Helle Heilung"
},
effect: {
en: "Once during your turn, you may heal 20 damage from each of your Pokémon.",
fr: "Une fois pendant votre tour, vous pouvez soigner 20 dégâts de chacun de vos Pokémon."
fr: "Une fois pendant votre tour, vous pouvez soigner 20 dégâts de chacun de vos Pokémon.",
es: "Una vez durante tu turno, puedes curar 20 puntos de daño a cada uno de tus Pokémon.",
it: "Una sola volta durante il tuo turno, puoi curare ciascuno dei tuoi Pokémon da 20 danni.",
pt: "Uma vez durante o seu turno, você poderá curar 20 pontos de dano de cada um dos seus Pokémon.",
de: "Einmal während deines Zuges kannst du 20 Schadenspunkte bei jedem deiner Pokémon heilen."
},
},
],
@ -45,7 +57,11 @@ const card: Card = {
],
name: {
en: "Surf",
fr: "Surf"
fr: "Surf",
es: "Surf",
it: "Surf",
pt: "Surfar",
de: "Surfer"
},
damage: 80,