


Server side only mod to change drop rate.
What is the difference between DropTableModifier_General native server configuration and DropRateModifier mod configuration?

[DropRateConfig]
## Drop rate modifier value
# Setting type: Single
# Default value: 1
DropRateModifier = 1
The lowest DropRate in the game is 0.001. The highest a DropRate can be is 1.0.
New Value = the lesser of (DropRate * DropRateModifier) or 1.0
Therefore, the highest possible DropRateModifier before it no longer has an effect would be 1000. At that point every table's drop rate would be 1.0.
Do not ask me why you can't tell a difference if your modifier is set to 3. You changed a 0.05 somewhat uncommon drop to a slightly more common uncommon drop of 0.15.
Want to support my V Rising Mod development?
Donations Accepted
Or buy/play my games!
Boring Movies Free to Play!
If you are looking to hire someone to make a mod for any Unity game reach out to me on Discord! (skytech6)
Ported VRisingDropRateModifier