pvpoke / pvpoke

Open-Source Battle Simulator, Rankings & Team Building for Pokemon GO PvP
MIT License
314 stars 160 forks source link

More efficient way to check shield scenarios #259

Open drazil100 opened 1 year ago

drazil100 commented 1 year ago

In battle matrix it's kinda annoying cycling through 0-0, 0-1, 0-2, 1-0, 1-1, 1-2, 2-0, 2-1, and 2-2 shield scenarios to test the difference between 2 different stat distributions of the same pokemon. I don't know what the best way to improve this process but I do think it can be made easier either with an option to compare all shield scenarios at once and show the combined list of differences or by simulating all scenarios at once and providing an option to tab between the different shield scenarios in the matchups section (maybe even the latter WITH an all tab).

I understand if such a change is too difficult to implement for one reason or another but I just wanted to throw the idea out there. Who knows maybe you guys might think of a better solution that I hadn't considered.

Anyway thanks for the awesome work you guys have put into this site!

pvpoke commented 1 year ago

Thanks for the feedback on this, I appreciate it! I'll give this some thought, it may be difficult to show all combinations in the actual results but it shouldn't be a problem for the difference table.