Ink230 / irongoon

2 stars 1 forks source link

Lift config out of StatsRandomizer #5

Closed Ink230 closed 6 months ago

Ink230 commented 6 months ago

StatsRandomizer currently uses config with specific config values. We should pass in a config instance or config value to each method to better support calculations for characters, dragoons, enemies, and other entities requiring the distribution logic.

Will aid in targeting different settings across those entities as well.