doshidak / showdex

Pokémon Showdown extension that harnesses the power of parabolic calculus to strategically extract your opponents' Elo.
GNU Affero General Public License v3.0
104 stars 18 forks source link

FEAT: Support for +/- to set natures when overriding EVs in Calcdex #147

Open jmynes opened 1 year ago

jmynes commented 1 year ago

As seen below, Showdown's Team Builder has this feature: image

This would be great for the Inline EV Editor: image

doshidak commented 1 year ago

Hi again LOL.

That's actually a good feature that can be done! I personally do that when I'm in the Teambuilder, but just never crossed my mind about supporting that in the Calcdex for some reason haha.

With the algorithm too, sheeeeeeeesh LOL. Actually spot on to what I would've done, including the neutral nature indicator since we already have something similar when you have unset/unallocated IVs/EVs (colors change). I'll just accept the '+' or '-' character in any IV/EV field so you can quickly just click a field under a stat, hit the + key & be on your way (instead of microflicking to the precise EV field haha).

Thanks for all your great issues!