Reset ev toggle - #9
Conversation
|
@Karthik99999 or whoever approves these. Could we get this merged? A ton of players including myself play in Minimal Grinding Mode. Although, it would be cool if this feature was called 'MGM' and forced all EVs to zero, except for Alolan Maromark Ghost, HP should always be set to 252 evs. Thanks so much to whoever sees this! |
https://caleb-lite.github.io/calc/hardcore.html?mode=hardcore I am going to be actively working on a version here. I've finished mobile-friendly for normal and hardcore pages. I can add this but request it here so I can track and update: https://github.com/Caleb-Lite/calc/discussions/categories/request-features @holly-ekas @ctgagne |
Added toggle to browser UI to set EVs to zero in calculations. Used trigger .set-selector function for damage calculations. Deep copied original pokeObj data so that I can toggle EVs on and off. const fullSetName and lastSetName were used to ensure that switching between Pokemon sets refreshed set data.