KinglerChamp / VanillaNuzlockeCalc

To Damage Calc against Trainers in your Nuzlocke challenge.
https://kinglerchamp.github.io/VanillaNuzlockeCalc/
2 stars 4 forks source link

Edit and allow import/export final stats #5

Open mattbbernstein opened 3 months ago

mattbbernstein commented 3 months ago

I am playing on a cartridge and don't have an easy way to check IVs or EVs so currently I have to play around with those to values to get my correct final stats

It would be super nice to be able to directly edit those final numbers and then be able to import or export them as well.

Thanks!

KinglerChamp commented 3 months ago

This would be a interesting change. The issue that I can think of is if I make the final stat total changeable, the evs or ivs could be the result of the change.

But let me workshop it a little. maybe a toggle to get rid of the ev/iv field and just have the stat total changeable.

Thanks for the idea and thanks for using the calc!

mattbbernstein commented 3 months ago

The toggle would make sense. You could probably re-purpose the "base stat column". I'm not well versed in JS but if you have the calc check for the "bypass evs/ivs" toggle and then do the math if it's unchecked and instead just skip the math and use the base stats as final if it is checked that would have the least impact on default use

I assume import/export is a little more challenging but since evs and ivs are included in that and editable in the calc, you could use the same pathway for the base stats column too.

And thank you for setting it up! I love playing on my console and this makes it so much easier than trying to guess or estimate on the base calc!