mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Métalosse V",
|
||||
en: "Metagross V"
|
||||
en: "Metagross V",
|
||||
es: "Metagross V",
|
||||
it: "Metagross V",
|
||||
pt: "Metagross V",
|
||||
de: "Metagross V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Pisto-Poing",
|
||||
en: "Bullet Punch"
|
||||
en: "Bullet Punch",
|
||||
es: "Puño Bala",
|
||||
it: "Pugnoscarica",
|
||||
pt: "Soco Projétil",
|
||||
de: "Patronenhieb"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads."
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
|
||||
es: "Lanza 2 monedas. Este ataque hace 20 puntos de daño más por cada cara.",
|
||||
it: "Lancia due volte una moneta. Questo attacco infligge 20 danni in più ogni volta che esce testa.",
|
||||
pt: "Jogue 2 moedas. Este ataque causa 20 pontos de dano a mais para cada cara.",
|
||||
de: "Wirf 2 Münzen. Diese Attacke fügt 20 Schadenspunkte mehr pro Kopf zu."
|
||||
},
|
||||
|
||||
damage: "20+",
|
||||
@ -31,12 +43,20 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
fr: "Marteau Synchro",
|
||||
en: "Synchro Hammer"
|
||||
en: "Synchro Hammer",
|
||||
es: "Sincromartillo",
|
||||
it: "Sincromartello",
|
||||
pt: "Martelada Sincronizada",
|
||||
de: "Synchronhammer"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si ce Pokémon et le Pokémon Actif de votre adversaire ont le même nombre d’Énergies attachées, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
en: "If this Pokémon and your opponent’s Active Pokémon have the same amount of Energy attached, this attack does 90 more damage."
|
||||
en: "If this Pokémon and your opponent’s Active Pokémon have the same amount of Energy attached, this attack does 90 more damage.",
|
||||
es: "Si este Pokémon y el Pokémon Activo de tu rival tienen la misma cantidad de Energías unidas a ellos, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se questo Pokémon e il Pokémon attivo del tuo avversario hanno la stessa quantità di Energie assegnate, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se este Pokémon e o Pokémon Ativo do seu oponente tiverem a mesma quantidade de Energia ligada a eles, este ataque causará 90 pontos de dano a mais.",
|
||||
de: "Wenn an dieses Pokémon genauso viel Energie angelegt ist wie an das Aktive Pokémon deines Gegners, fügt diese Attacke 90 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
|
Reference in New Issue
Block a user