pokemon-showdown/data/mods/gen2stadium2
shrianshChari dd3e9bf64b
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
gen3rs and gen3frlg: Implement the multihit contact glitch (#11836)
* `gen3rs`: Implement the multihit contact glitch

* Add to `gen3colosseum` as well

* Update hint text

* Satisfy linter

* Update `move.lastHit` assignment

* Update `move.lastHit` assignment for current gen

* Remove second ability activation message

* Update `move.lastHit` assignment for the stadium mods

* Move shared code into a function

* Use Gen 3 Effect Spore instead of Gen 4

* Rework hint text and make hint appear only if defender gets statused

* Remove `attackerStatused` check

* The glitch does not affect `gen3colosseum` bc it's not in Pokemon XD

* Apply glitch to `gen3frlg` and update message

* Ensure that the target may only get slept if the attacker actually gets slept
2026-04-05 22:27:59 -06:00
..
conditions.ts Update to ESLint 9 (#10926) 2025-02-25 20:03:46 -08:00
items.ts Comment inherited mod field removals (#11833) 2026-03-23 17:10:06 -07:00
moves.ts Update to ESLint 9 (#10926) 2025-02-25 20:03:46 -08:00
README.md
rulesets.ts Make Beat Up info withholding a rule: Beat Up Nicknames Mod (#11825) 2026-03-17 16:30:54 -07:00
scripts.ts gen3rs and gen3frlg: Implement the multihit contact glitch (#11836) 2026-04-05 22:27:59 -06:00

Stadium 2

This mod inherits from gen 2, which inherits from gen 3, and then applies the Stadium changes upon the gen 2 engine.

List of major changes:

  • Sleep lasts between 1 and 4 turns.
  • Belly Drum boosting your attack by +2 if you are below 50% health was fixed.
  • Stat overflow glitches were fixed.
  • Status ailments are ignored when recalculating stats due to Haze, stat increases, or stat decreases.
  • Perish Song and Destiny Bond fail when used by the last Pokemon on a team.
  • Recoil moves do not damage the user if they are used by the last Pokemon on a team and knock out the opponents last Pokemon.
  • If the last pokemon on a players team uses Self Destruct or Explosion, the player automatically loses (Self KO Clause).