Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crit not always being 0.33 crit per luk but less
Basically when luk changed due to status effects such as Gloria and other cases, the crit difference was calculated via 0.3 crit per luk instead of 0.33. Also only adding the difference on top can result in edge cases where integer arithmetic will round down to less than one should get, to prevent this we remove the old luk from our current crit first and recalculate with the new luk. Verified in pre-re 11.2 and re 14.0
- Loading branch information