fixed encoding on Pokémon

This commit is contained in:
phynor 2024-05-06 02:41:24 +02:00
parent b687d9f84d
commit 4bba85aefc

View File

@ -3323,7 +3323,7 @@ export const move: MoveTranslationEntries = {
}, },
"springtideStorm": { "springtideStorm": {
name: "Springtide Storm", name: "Springtide Storm",
effect: "The user attacks by wrapping opposing Pokémon in fierce winds brimming with love and hate. This may also lower their Attack stats." effect: "The user attacks by wrapping opposing Pokémon in fierce winds brimming with love and hate. This may also lower their Attack stats."
}, },
"mysticalPower": { "mysticalPower": {
name: "Mystical Power", name: "Mystical Power",
@ -3383,19 +3383,19 @@ export const move: MoveTranslationEntries = {
}, },
"bleakwindStorm": { "bleakwindStorm": {
name: "Bleakwind Storm", name: "Bleakwind Storm",
effect: "The user attacks with savagely cold winds that cause both body and spirit to tremble. This may also lower the Speed stats of opposing Pokémon." effect: "The user attacks with savagely cold winds that cause both body and spirit to tremble. This may also lower the Speed stats of opposing Pokémon."
}, },
"wildboltStorm": { "wildboltStorm": {
name: "Wildbolt Storm", name: "Wildbolt Storm",
effect: "The user summons a thunderous tempest and savagely attacks with lightning and wind. This may also leave opposing Pokémon with paralysis." effect: "The user summons a thunderous tempest and savagely attacks with lightning and wind. This may also leave opposing Pokémon with paralysis."
}, },
"sandsearStorm": { "sandsearStorm": {
name: "Sandsear Storm", name: "Sandsear Storm",
effect: "The user attacks by wrapping opposing Pokémon in fierce winds and searingly hot sand. This may also leave them with a burn." effect: "The user attacks by wrapping opposing Pokémon in fierce winds and searingly hot sand. This may also leave them with a burn."
}, },
"lunarBlessing": { "lunarBlessing": {
name: "Lunar Blessing", name: "Lunar Blessing",
effect: "The user receives a blessing from the crescent moon, restoring HP and curing status conditions for itself and its ally Pokémon currently in the battle." effect: "The user receives a blessing from the crescent moon, restoring HP and curing status conditions for itself and its ally Pokémon currently in the battle."
}, },
"takeHeart": { "takeHeart": {
name: "Take Heart", name: "Take Heart",
@ -3423,7 +3423,7 @@ export const move: MoveTranslationEntries = {
}, },
"gMaxTerror": { "gMaxTerror": {
name: "G-Max Terror", name: "G-Max Terror",
effect: "A Ghost-type attack that Gigantamax Gengar use. This Pokémon steps on the opposing Pokémon's shadow to prevent them from escaping." effect: "A Ghost-type attack that Gigantamax Gengar use. This Pokémon steps on the opposing Pokémon's shadow to prevent them from escaping."
}, },
"gMaxResonance": { "gMaxResonance": {
name: "G-Max Resonance", name: "G-Max Resonance",
@ -3583,7 +3583,7 @@ export const move: MoveTranslationEntries = {
}, },
"revivalBlessing": { "revivalBlessing": {
name: "Revival Blessing", name: "Revival Blessing",
effect: "The user bestows a loving blessing, reviving a party Pokémon that has fainted and restoring half that Pokémon's max HP." effect: "The user bestows a loving blessing, reviving a party Pokémon that has fainted and restoring half that Pokémon's max HP."
}, },
"saltCure": { "saltCure": {
name: "Salt Cure", name: "Salt Cure",
@ -3595,11 +3595,11 @@ export const move: MoveTranslationEntries = {
}, },
"mortalSpin": { "mortalSpin": {
name: "Mortal Spin", name: "Mortal Spin",
effect: "The user performs a spin attack that can also eliminate the effects of such moves as Bind, Wrap, and Leech Seed. This also poisons opposing Pokémon." effect: "The user performs a spin attack that can also eliminate the effects of such moves as Bind, Wrap, and Leech Seed. This also poisons opposing Pokémon."
}, },
"doodle": { "doodle": {
name: "Doodle", name: "Doodle",
effect: "The user captures the very essence of the target in a sketch. This changes the Abilities of the user and its ally Pokémon to that of the target." effect: "The user captures the very essence of the target in a sketch. This changes the Abilities of the user and its ally Pokémon to that of the target."
}, },
"filletAway": { "filletAway": {
name: "Fillet Away", name: "Fillet Away",
@ -3651,11 +3651,11 @@ export const move: MoveTranslationEntries = {
}, },
"shedTail": { "shedTail": {
name: "Shed Tail", name: "Shed Tail",
effect: "The user creates a substitute for itself using its own HP before switching places with a party Pokémon in waiting." effect: "The user creates a substitute for itself using its own HP before switching places with a party Pokémon in waiting."
}, },
"chillyReception": { "chillyReception": {
name: "Chilly Reception", name: "Chilly Reception",
effect: "The user tells a chillingly bad joke before switching places with a party Pokémon in waiting. This summons a snowstorm lasting five turns." effect: "The user tells a chillingly bad joke before switching places with a party Pokémon in waiting. This summons a snowstorm lasting five turns."
}, },
"tidyUp": { "tidyUp": {
name: "Tidy Up", name: "Tidy Up",
@ -3755,7 +3755,7 @@ export const move: MoveTranslationEntries = {
}, },
"teraStarstorm": { "teraStarstorm": {
name: "Tera Starstorm", name: "Tera Starstorm",
effect: "With the power of its crystals, the user bombards and eliminates the target. When used by Terapagos in its Stellar Form, this move damages all opposing Pokémon." effect: "With the power of its crystals, the user bombards and eliminates the target. When used by Terapagos in its Stellar Form, this move damages all opposing Pokémon."
}, },
"fickleBeam": { "fickleBeam": {
name: "Fickle Beam", name: "Fickle Beam",