Well, I still have to learn how to make Github Desktop work. In the meantime, i'll just copy/paste from Github.
So yeah, in essence, From this point on, I'm back on what's on Master.
Minor fixes and oversights:
- didn't correct all the "attr_pokemon_HPX_max", now it's done
- Always for consistency, changed "attr_Pokemon_HPX" to "attr_pokemon_HPX"
- used "attr_movedmgbonusXX" instead of "movedmgbonusXX", corrected before everything breaks
Various modifications:
- Corrected a bug where the selected nature-related stat changes where not kept inbetween sheet opening
- Changed the name of the variable attr_pokemon_HP1max to attr_pokemon_HP1_max for consistency purposes
- Corrected the roll for damage to include the specificated damage bonus (attr_movedmgbonusXX)
- Added the "N/A" option in the damage move stat, for non-damaging moves
Adds the following:
-Along with HTML updates visual style- makes sheet more legible
-Gives each Pokemon own Tab
-Adds Pokemon Move Macros/Reworks Attack Section to be more than just storage
-Minor Bug Fixes