PhatLoots

PhatLoots

98.8k Downloads

Limit on number of items

darius-grauslys opened this issue ยท 2 comments

commented

Hello,

Is it possible to limit the number of items? So if I have 50 unique items in a phat loot each with a 10% probability, can I make it so that when a player loots this phat loot only a maximum of 5 items can appear? Instead of the very unlikely probability of 20 items appearing.

Thanks, hope I am clear in my question

commented

Yes, in the LootTables config file for that table there is the
UpperNumberOfLoots:
Where you can set maximum how much item should appear simultaniously in a loot. You may also set this in the GUI

commented

Thank you