You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Show where levels came from
* Add corruption dropdown to skills tab, import corrupted, and fix Sacrificial Regalia
* Fix import missing corruptLevel
* Some cleanup and tooltip fixes
* Fix corrupted check
* Fix pasting corrupted socket group
* Fix paste for companion and spectre
* Set corruption dropdown with default gem level dropdown
* Support gem sorting
* Fix Oisins Oath letter
* Fix error on old builds
* Fix tooltip levels
* Fix C flag parsing
* Add test for corruption parsing of socket group, along with count
* Fix bugs
Gems were counting as corrupted no matter what
Switching between default gem level options no longer makes all gems count as corrupted
Clamps levels to min of 1 when having level 1 gem and -1 corruption
* Fix tree / item skills showing corruption box
Clamp min gem level to 1
* Fix global levels including quality and copying fractional fulDPS values
---------
Co-authored-by: LocalIdentity <localidentity2@gmail.com>
totalLevel=m_max(displayInstance.level, (gemInstance.level+corruptLevel)) -- Needed for tooltip comparison for dropdown gems. Otherwise they only show level 20 when corrupted.
0 commit comments