pokerogue
pokerogue copied to clipboard
Implement status healing moves, Added status override for dev build
These moves are fully implemented with a new move attribute, ResetStatusAttr.
- Take Heart
- Jungle Healing
- Lunar Blessing
- Purify
These moves are fully implemented with another new move attribute, ResetPartyStatusAttr.
- Heal Bell
- Aromatherapy
- Sparkly Swirl
I also added new status effect overrides for testing. STATUS_OVERRIDE afflicts ally Pokemon with the given status effect on initialization, and OPP_STATUS_OVERRIDE does the same for opponent Pokemon.