I spawned new base, initially, there were 126 items in the loot. After destroying the toolcupboard, it reduced to 102 (-24).
Upon opening the loot, there were:
17,000 (17 slots) wood;
122 (1 slot) crude oil;
6,000 (6 slots) sulfur.
Each of these three items occupies one slot in the loot config.
As far as I understand, the numbers 100 and 200 are not the quantity of items to be selected from the list but rather the number of slots.
Is there a way to limit the selection based on items(rather than occupied slots) from the loot config or disable the limitation altogether, so the plugin traverses the entire list and spawns items based on their probability? Initially sorting the list by probability, so that items with a 100% chance appear first, in case there are fewer slots than items in the list.
Until the container space runs out or the list is exhausted.