pokerogue
pokerogue copied to clipboard
Add Punishment implementation
- Fully implements the move Punishment.
- Introduces the
OppStatChangeCountPowerAttr
attribute, which checks the user's positive stat changes (similar to how user stat changes are checked for Stored Power and Power Trip. - Renames
StatChangeCountPowerAttr
toUserStatChangeCountPowerAttr
for increased clarity. - Some linting changes
This is my first PR in the PokeRogue repo, lemme know if there's anything I need to be aware of!