mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +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:
@ -23,7 +23,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Lairon",
|
||||
fr: "Galegon"
|
||||
fr: "Galegon",
|
||||
es: "Lairon",
|
||||
it: "Lairon",
|
||||
pt: "Lairon",
|
||||
de: "Stollrak"
|
||||
},
|
||||
|
||||
abilities: [
|
||||
@ -39,7 +43,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has full HP and would be Knocked Out by damage from an attack, it is not Knocked Out, and its remaining HP becomes 10.",
|
||||
fr: "Si ce Pokémon a tous ses PV et doit être mis K.O. par les dégâts d’une attaque, il n’est pas mis K.O. et il lui reste 10 PV.",
|
||||
fr: "Si ce Pokémon a tous ses PV et doit être mis K.O. par les dégâts d'une attaque, il n'est pas mis K.O. et il lui reste 10 PV.",
|
||||
es: "Si este Pokémon tiene todos sus PS y fuese a quedar Fuera de Combate por el daño de un ataque, no queda Fuera de Combate, y sus PS restantes pasan a ser 10.",
|
||||
it: "Se questo Pokémon ha tutti i PS e sta per essere messo KO dai danni di un attacco, non viene messo KO e i suoi PS rimanenti diventano 10.",
|
||||
pt: "Se este Pokémon tiver PS cheio e estiver prestes a ser Nocauteado pelo dano de um ataque, ele não será Nocauteado e o PS restante dele será 10.",
|
||||
|
Reference in New Issue
Block a user