Ink230 / irongoon

2 stars 1 forks source link

Make StatsVarianceMonsters use configurable bounds #11

Open Ink230 opened 6 months ago

Ink230 commented 6 months ago

Currently hardcoded to 90 and 100. These should be config values.

Further, calculatePercentModifiedBoundedStat uses hardcoded 1.2x multipliers. This should be a config as well, and potentially used more independently (new method, if case), so that stat variance bounds can simply be what they need to be, without this dependency.