sfmict / MountsJournal

Addon makes it possible to sort mounts on waterfowl, flying, ground and allows to use in suitable conditions (random mount summoning).
Apache License 2.0
6 stars 1 forks source link

Summon % enhance #13

Closed YWI closed 1 year ago

YWI commented 1 year ago

Hello would it be possible to allow us to have mounts summon at 0.001% for example?

currently, its tied to a minimum of 0.1%image

sfmict commented 1 year ago

Hello, now the minimum percent is 1. To calculate the chance of a summon with a probability 0.1, you need to check 1000 records and not 100, and so on. If you take too large values, a lag is possible, so it's better not to do this.

sfmict commented 1 year ago

In fact, now the minimum check is equal to the number of mounts, if I change the code. But I'm not sure if this is necessary, since 1% is already a very rare occurrence, since it does not ratio of 100, but to the sum of all chances.

sfmict commented 1 year ago

If you want decrease the chance of a mount being summoned, just increase the chance for others.