Psywave (move): Difference between revisions

→‎Generations III and IV: more accurate (incl. undoing Special:Diff/3307174); can be represented as a fraction, but idk https://github.com/pret/pokeemerald/blob/e874dfcbc8968f46f7c7f105b76c7d53698f24a6/src/battle_script_commands.c#L7812 / https://web.archive.org/web/20130412143334/http://www.upokecenter.com/dex/?lang=en&move=149 (also yay longer edit summaries)
(→‎Effect: restoring this (will be looking into it, since it probably still wasn't true all along.. but anyway))
(→‎Generations III and IV: more accurate (incl. undoing Special:Diff/3307174); can be represented as a fraction, but idk https://github.com/pret/pokeemerald/blob/e874dfcbc8968f46f7c7f105b76c7d53698f24a6/src/battle_script_commands.c#L7812 / https://web.archive.org/web/20130412143334/http://www.upokecenter.com/dex/?lang=en&move=149 (also yay longer edit summaries))
Line 51: Line 51:


===Generations III and IV===
===Generations III and IV===
Psywave inflicts damage equal to <math>Level_{user} \times (r+5) / 10</math>, where r is a random number from 0 to 10. The damage is always rounded down; however, Psywave will always deal at least 1 HP of damage.
Psywave inflicts damage equal to <math>(Level_{user} \times r \times 10 + 50) / 100</math>, where r is a random number from 0 to 10. The damage is always rounded down; however, Psywave will always deal at least 1 HP of damage.


Psywave can be used as part of a [[Contest combination|Pokémon Contest combination]], with the user gaining extra two appeal points if {{m|Calm Mind}} was used in the prior turn.
Psywave can be used as part of a [[Contest combination|Pokémon Contest combination]], with the user gaining extra two appeal points if {{m|Calm Mind}} was used in the prior turn.