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: {
|
||||
en: "Falinks",
|
||||
fr: "Hexadron"
|
||||
fr: "Hexadron",
|
||||
es: "Falinks",
|
||||
it: "Falinks",
|
||||
pt: "Falinks",
|
||||
de: "Legios"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Rapid Strike Squad",
|
||||
fr: "Brigade à Mille Poings"
|
||||
fr: "Brigade à Mille Poings",
|
||||
es: "Escuadrón Golpe Fluido",
|
||||
it: "Squadra Colpo Rapido",
|
||||
pt: "Esquadrão Golpe Fluido",
|
||||
de: "Fließender-Angriff-Trupp"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each of your Rapid Strike Pokémon in play.",
|
||||
fr: "Cette attaque inflige 20 dégâts pour chacun de vos Pokémon Mille Poings en jeu."
|
||||
fr: "Cette attaque inflige 20 dégâts pour chacun de vos Pokémon Mille Poings en jeu.",
|
||||
es: "Este ataque hace 20 puntos de daño por cada uno de tus Pokémon Golpe Fluido en juego.",
|
||||
it: "Questo attacco infligge 20 danni per ogni tuo Pokémon Colpo Rapido in gioco.",
|
||||
pt: "Este ataque causa 20 pontos de dano para cada um dos seus Pokémon Golpe Fluido em jogo.",
|
||||
de: "Diese Attacke fügt für jedes deiner Fließender-Angriff-Pokémon im Spiel 20 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "20×",
|
||||
|
Reference in New Issue
Block a user