1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +00:00

fix: SWSH8 attacks in other languages (#742)

This commit is contained in:
2025-05-24 18:12:17 +02:00
committed by GitHub
parent 3859a2fb71
commit 21e158805b
247 changed files with 3954 additions and 699 deletions

View File

@ -41,11 +41,21 @@ const card: Card = {
type: "Ability",
name: {
en: "Guts"
en: "Guts",
fr: "Cran",
de: "Adrenalin",
es: "Agallas",
pt: "Tenacidade",
it: "Dentistretti"
},
effect: {
en: "If this Pokémon would be Knocked Out by damage from an attack, flip a coin. If heads, this Pokémon is not Knocked Out, and its remaining HP becomes 10."
en: "If this Pokémon would be Knocked Out by damage from an attack, flip a coin. If heads, this Pokémon is not Knocked Out, and its remaining HP becomes 10.",
fr: "Si les dégâts d'une attaque peuvent mettre ce Pokémon K.O., lancez une pièce. Si c'est face, ce Pokémon n'est pas mis K.O., mais il n'a plus que 10 PV.",
de: "Wenn dieses Pokémon durch Schaden einer Attacke kampfunfähig würde, wirf 1 Münze. Bei Kopf wird dieses Pokémon nicht kampfunfähig und seine verbleibenden KP sind gleich 10.",
es: "Si este Pokémon fuese a quedar Fuera de Combate por el daño de un ataque, lanza 1 moneda. Si sale cara, este Pokémon no queda Fuera de Combate, y sus PS restantes pasan a ser 10.",
pt: "Jogue 1 moeda se este Pokémon estiver prestes a ser Nocauteado pelo dano de um ataque. Se sair cara, este Pokémon não será Nocauteado e o PS restante dele será 10.",
it: "Se questo Pokémon sta per essere messo KO dai danni di un attacco, lancia una moneta. Se esce testa, il Pokémon non viene messo KO e i suoi PS rimanenti diventano 10."
}
}],
@ -53,7 +63,12 @@ const card: Card = {
cost: ["Fighting", "Colorless", "Colorless"],
name: {
en: "Hammer In"
en: "Hammer In",
fr: "Enfoncement",
de: "Einhämmern",
es: "Martillear",
pt: "Martelada",
it: "Martello"
},
damage: 100