Add option to drop table
This drop chance will be applied to all item in drop table.
And with this two options
With these two options you can calculate the chances drop only once and dispose of the given number of items from the drop table, for example you have something like this
If you chance to succeed you get from 1...
Suggestion: Drop table
Code:
GlobalDropChance: 0.5
And with this two options
Code:
MinItems: <amount> MaxItems: <amount>
Code:
GlobalDropChance: 0.5 MinItems: 1 MaxItems: 3
Suggestion: Drop table