mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -21,7 +21,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Snover",
|
||||
fr: "Blizzi"
|
||||
fr: "Blizzi",
|
||||
es: "Snover",
|
||||
it: "Snover",
|
||||
pt: "Snover",
|
||||
de: "Shnebedeck"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
@ -29,7 +33,7 @@ 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",
|
||||
@ -37,10 +41,10 @@ const card: Card = {
|
||||
},
|
||||
|
||||
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.",
|
||||
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.",
|
||||
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.",
|
||||
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."
|
||||
}
|
||||
|
Reference in New Issue
Block a user