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