Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Smogon! Take a moment to read the Introduction to Smogon for a run-down on everything Smogon, and make sure you take some time to read the global rules.
https://replay.pokemonshowdown.com/gen9ou-2298525448
0 SpA Mew Psychic Noise vs. 0 HP / 0 SpD Ludicolo: 82-97 (27.2 - 32.2%) -- 58.7% chance to 4HKO after Rain Dish recovery
Psychic Noise does block effects such as Rain Dish, but Psychic noise doesn't block Rain Dish recovery in the damage calc...
Bad Dreams doesn't work because the check looks for the ability "isBadDreams" instead of "Bad Dreams"
} else if (
(defender.hasStatus('slp') || defender.hasAbility('Comatose')) &&
attacker.hasAbility('isBadDreams') &&
!defender.hasAbility('Magic Guard') &&...
Hey, I'm trying to set up my own version of the https://github.com/smogon/damage-calc, but the gh-pages branch only includes mons up to gen 8, and trying to use the master branch to build the site gives me this error:
-Site contained a symlink that should be dereferenced: /calc/LICENSE.
How...