Hi Nivex. Awesome work so far. Much appreciated.
Any chance we could allow lootItem.amountMin to be zero? Right now I have a list of 79 items in the loot table but spawn several hundred in a raid base and allow duplicates. This fills the boxes nicely without needing a huge and duplicated loot table. The way the code is set up now is that the entire list will get loaded and then duplicated several times. The minimum of 1 means every item in the list is guaranteed to be there at least once. I would like it if there was a chance that the item was not included at all, hence my request to allow a minimum of 0. What do you think?
Thanks again for your hard work.
- Fire
Any chance we could allow lootItem.amountMin to be zero? Right now I have a list of 79 items in the loot table but spawn several hundred in a raid base and allow duplicates. This fills the boxes nicely without needing a huge and duplicated loot table. The way the code is set up now is that the entire list will get loaded and then duplicated several times. The minimum of 1 means every item in the list is guaranteed to be there at least once. I would like it if there was a chance that the item was not included at all, hence my request to allow a minimum of 0. What do you think?
Thanks again for your hard work.
- Fire