Update Drop Tables

Jules 2022-12-20 12:44:37 +00:00
parent 93b0aa3637
commit cb1cc13f58

@ -64,7 +64,7 @@ Every drop item has an item weight of 1, meaning that if this drop table is util
Keep in mind you can use any value for the item weights. You can also have items with 0 weight along with weighted items in the same drop table (in fact, this is the setup you will be probably using to setup rare boss drops).
When a drop table is called, drop items are read in the order given by the config setup. You must keep that in mind when setting up your item drop chances. That's also the reason why using 1 as drop probability for the drop item works so well to guarantee at least one drop.
When a drop table is called, drop items are read in the order given by the config setup. You must keep that in mind when setting up your item drop chances, as this is why items towards the ends have a higher chance of being picked. The last item always has probability 1 because it's guaranteed to be picked, if all the previous item rolls failed.
### Where to configure the loot table capacity
If you are using drop tables to configure lootable chests, please refer to [this page](Loot Chests#loot-chest-tiers) to configure the chest loot table capacity.