marcrobledo / savegame-editors

A compilation of console savegame editors made with HTML5 technologies.
https://www.marcrobledo.com/savegame-editors/
Other
1.11k stars 229 forks source link

[TOTK] Fix duplicated options & max durability #201

Closed hguandl closed 1 year ago

hguandl commented 1 year ago

Fix duplicated options in select

If the type of a weapon / bow / shield is changed in place, the modifier options are duplicated.

image

Add modifier value to max durability

Add a helper function _getItemMaxDurability. If the modifier of an item is Durability ↑/↑↑, the modifier value is added.

marcrobledo commented 1 year ago

I appreciate both @asd123cqp and your contribution! Thank you. Unfortunately, I am going to reject both PRs because I had plans to reorganize the code (as it was a real mess). I've just pushed a commit that rearranaged files, should be more understandable now.