Probability usage, how it works?Solved

Dear Awesome plugin owner!
I use your paid version. How can i set loot probability option?
I tried it, but not working. I use a custom loot table. On base_loot/hard.json file: 

{
"shortname": "rifle.l96",
"amount": 1,
"skin": 0,
"amountMin": 0,
"probability": 0.3
},
{
"shortname": "rifle.lr300",
"amount": 1,
"skin": 0,
"amountMin": 0,
"probability": 0.3
},​
{
"shortname": "roadsign.gloves",
"amount": 1,
"skin": 0,
"amountMin": 1,
"probability": 1.0
 },

I want for example of these items smaller chance (30%) to spawn on bases. I tried with this setting, but every base have L96 and lr300 on boxes. I think it's not working. Need to be enable another option or how it works ? 
Before last update i used the amountmin = 0  and amount = 1 and it works, not spawn every time the choosen items.
Thanks

hi,

you need to have enough items for it to pick from so that it doesn't default to whatever is left in order to spawn enough items

we use on config : Amount Of Items to Spawn  = 400 . The possible spawn items are 373 (now every raidbase of this type spawning with 373 items)
For example if i want 5 items to spawn in smaller chance i need to be set "Amount Of Items to Spawn" to 368? And the 5 rare items need to be set 0.2 (20% probability)?

Merged post

oooh.. thanks now it works. Need to be change the "Minimum Amount Of Items To Spawn" number from 0 .
Thanks, have a nice day

Locked automatically