marcrobledo / savegame-editors

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

TOTK: Modifiers on weapons are broken #344

Closed SolsticeSpectrum closed 1 year ago

SolsticeSpectrum commented 1 year ago

image

When I get weapon in the world, it shows correct value. Restore durability button also restores correct value. But when I want to assign the modifier artificially, it gives it this super high value. Pressing Restore durability doesn't fix it to the correct value either.

Truinto commented 1 year ago

If you select Durability while the effect value is 0, then it will auto-select the maximum value (almost, max is actually 2147483647). So, if you don't want this, simply enter any effect value (that's the second number).