LootBags

LootBags

31M Downloads

Too many bags

logitechQ opened this issue ยท 2 comments

commented

How do I config so less bags spawn? say 10% of default.

commented

Bag drop chances work off an x/y ratio. For bag drop rates, there's two config entries that apply to it. In lootbags.cfg, there is I:"1 Weighting Resolution"=, which is the y and in Lootbags_BagConfig.cfg for each bag there are $PASSIVESPAWNWEIGHT, $PLAYERSPAWNWEIGHT, $MOBSPAWNWEIGHT, and $BOSSSPAWNWEIGHT, which is the x depending on the situation. The wiki here goes into more detail about what each one applies to.
The easiest way to make all bags rarer (or more common) across the board is to increase (or decrease) the weighting resolution by some multiple.

commented

Thank you :) I figured it out now