William758 / ZetAspects

4 stars 1 forks source link

Introduce a config for the drop chance being halved. #50

Closed EletricDragonYT closed 11 months ago

EletricDragonYT commented 2 years ago

The Thunderstore page says that the drop chance is halved every time an aspect is dropped, it would be nice to receive a configuration file that determines the percentage that the drop chance is lowered between 0% and 100%. or even 0% and -100% which increases the drop chance.

William758 commented 2 years ago

There's already a config which is aspectDropChanceDecay = 0.5, which is where the halving comes from.

There is also aspectDropChanceDecayLimit = 0.25, which limits the drop chance reduction effect to 1/4.