mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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:
@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mew V",
|
||||
fr: "Mew V"
|
||||
fr: "Mew V",
|
||||
es: "Mew V",
|
||||
it: "Mew V",
|
||||
pt: "Mew V",
|
||||
de: "Mew V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
@ -25,11 +29,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "X Ball",
|
||||
fr: "X Ball"
|
||||
fr: "X Ball",
|
||||
es: "Bola X",
|
||||
it: "Sfera X",
|
||||
pt: "Bola X",
|
||||
de: "X-Ball"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage for each Energy attached to both Active Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts pour chaque Énergie attachée aux deux Pokémon Actifs."
|
||||
fr: "Cette attaque inflige 30 dégâts pour chaque Énergie attachée aux deux Pokémon Actifs.",
|
||||
es: "Este ataque hace 30 puntos de daño por cada Energía unida a ambos Pokémon Activos.",
|
||||
it: "Questo attacco infligge 30 danni per ogni Energia assegnata a ciascuno dei Pokémon attivi.",
|
||||
pt: "Este ataque causa 30 pontos de dano para cada Energia ligada a ambos os Pokémon Ativos.",
|
||||
de: "Diese Attacke fügt für jede an beide Aktive Pokémon angelegte Energie 30 Schadenspunkte zu."
|
||||
},
|
||||
damage: "30×",
|
||||
|
||||
@ -50,7 +62,8 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
regulationMark: "D"
|
||||
regulationMark: "D",
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user