doxxx / ffxiv-craft-opt-web

Web frontend for FFXIV Crafting Optimizer service.
zlib License
224 stars 200 forks source link

Fix for issue #374 #380

Closed 27Steven34 closed 4 years ago

27Steven34 commented 4 years ago

Shifted the NotE multiplier line down one unit. Lowered the Math.max(…, 1.0) parameter to 0.0 to compensate. Also moved the Math.min(..., 2.0) into the calcNameOfMultiplier function.

This commit should fix issue #374.

doxxx commented 4 years ago

Thanks for this. I've combined our approaches in 69ecd1e28da7c39a325ec7ed4345576782f389e9.