mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Abomasnow",
|
||||
fr: "Blizzaroi"
|
||||
fr: "Blizzaroi",
|
||||
es: "Abomasnow",
|
||||
it: "Abomasnow",
|
||||
pt: "Abomasnow",
|
||||
de: "Rexblisar"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -25,19 +29,31 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Toughness Boost",
|
||||
fr: "Boost d’Endurance"
|
||||
fr: "Boost d’Endurance",
|
||||
es: "Impulso Vigorizante",
|
||||
it: "Carica di Tenacia",
|
||||
pt: "Impulso da Determinação",
|
||||
de: "Stärkeschub"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your Single Strike Pokémon in play, except any Abomasnow, get +50 HP. You can’t apply more than 1 Toughness Boost Ability at a time.",
|
||||
fr: "Vos Pokémon Poing Final en jeu, à l’exception de Blizzaroi, reçoivent +50 PV. Vous ne pouvez utiliser qu’un talent Boost d’Endurance à la fois."
|
||||
fr: "Vos Pokémon Poing Final en jeu, à l’exception de Blizzaroi, reçoivent +50 PV. Vous ne pouvez utiliser qu’un talent Boost d’Endurance à la fois.",
|
||||
es: "Tus Pokémon Golpe Brusco en juego, excepto los Abomasnow, obtienen 50 PS más. No puedes aplicar más de 1 habilidad Impulso Vigorizante a la vez.",
|
||||
it: "I tuoi Pokémon Colpo Singolo in gioco, a eccezione di qualsiasi Abomasnow, hanno 50 PS in più. Non puoi applicare più di un’abilità Carica di Tenacia alla volta.",
|
||||
pt: "Seus Pokémon Golpe Decisivo em jogo, exceto por quaisquer Abomasnow, recebem 50 PS a mais. Você não pode usar mais de 1 Habilidade Impulso da Determinação por vez.",
|
||||
de: "Deine Fokussierter-Angriff-Pokémon im Spiel, außer Rexblisar, erhalten +50 KP. Du kannst immer nur jeweils 1 Fähigkeit Stärkeschub einsetzen."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing"
|
||||
fr: "Ultimapoing",
|
||||
es: "Megapuño",
|
||||
it: "Megapugno",
|
||||
pt: "Megassoco",
|
||||
de: "Megahieb"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
Reference in New Issue
Block a user