* MnM: Remove Electrify Ban
Electrify is not in gen9 and should not be on the banlist
* Update formats.ts
Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
* Copy everything from Gen 2 thrashing condition and stop inheriting
* Remove residual and MoveAborted events (don't occur in gen 1)
* effectState.duration --> effectState.time, so that thrashing pauses on slp/frz/flinch/partial trapping. Also, confusion is now applied before the final Thrash hits (but after confusion check, so the final Thrash won't be interrupted)
* Confusion is only applied if Thrashing effect ends naturally, not due to full para/confusion
* Thrash should lock the user in, even if it misses/hits a Ghost/etc
* Add Thrash tests: duration and locking in the user when it misses
* Thrash locks in the user even if it breaks a sub
* Remove unnecessary events for thrashing moves
* Thrash is paused when the user is asleep, frozen, partially trapped, or flinching
* Thrash is paused when disabled
* Rage duration is permanent, not 255
* Implement Rage/Thrash accuracy bug (need to change when lockedmove volatile is removed
* Move location of applying thrashing effect, so that the final turn will be subject to accuracy bug
* Add test for Thrash accuracy bug
* Add test for Rage accuracy bug
* Remove useless line
* Use an event for obtaining accuracy of Rage/Thrash
* Revert last change
* Add Fortemons
* Fix validation
* Apply suggestions from code review
Co-authored-by: Alexander B. <4866817+MathyFurret@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Alexander B. <4866817+MathyFurret@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Alexander B. <4866817+MathyFurret@users.noreply.github.com>
* Do some suggestion things
* Apply suggestions from code review
Co-authored-by: Alexander B. <4866817+MathyFurret@users.noreply.github.com>
* ficks build
Co-authored-by: Alexander B. <4866817+MathyFurret@users.noreply.github.com>
* Gen 4: remove Unaware from Bibarel
* Gen 4: prevent Dragon Pulse + Draco Meteor
* Gen 2: Gligar and TTar set changes + count Screech as a physical setup move
* Gen 2: Enforce STAB Flying on Gligar (futureproofing for if its movepool is expanded)
* Gens 6-7: give Sunflora Specs set
* Gen 6: Remove Bullet Seed from Mega Heracross
* Gen 6: give Sigilyph Flame Orb
* Gens 6-7: make Light Screen and Reflect equally likely
* more movepool changes in gen 6
* Gen 6: require recovery on support Pokemon
* Guarantee Milk Drink in gen 6 and Moonlight on pure Psychics in gens 6-7
* no Cloud Nine on Altaria (gens 5-6)
* Gen 5: guarantee Milk Drink on Miltank
* Gen 5: guarantee Moonlight on non-TR Musharna and Cresselia
* Gen 5: replace HP fighting with Focus Blast on mrmime
* Gen 5: give Sigilyph Flame Orb
* Fix Trick Room check
* Media approvals: Filter comment and show to staff
* Label comment
Co-authored-by: Mia <49593536+mia-pi-git@users.noreply.github.com>
Co-authored-by: Mia <49593536+mia-pi-git@users.noreply.github.com>