Trouble changing loot in airdropsSolved
I am having problems with changing loot inside airdrops can you specify what the numbers behind items in the file located in data mean. The ones that go up to 200 from 10. They are mostly 30 or 40 or 50 so on. I know that the numbers under the item name means the amount but the ones that go up to 200, i cant unberstand those at all, are they chances or percentages or what? 

Thanks!

Merged post

If someone can make me an airdrop that drops a custom or a thompson or MP5 every time so 33% for every item.
Roadsign kilt, jacket and leather gloves every time.
Pistol ammo for the SMGs [ 30 ] and a 20% quarry and 40% survey charges. 
This is all that would be in the airdrop, can someone please help?
If you add the items you want to the STATIC items list in the FancyDrop CONFIG json file it might help you a bit, then change the values you need in the following lines in each of the drops
"includeStaticItemList": true,
"includeStaticItemListOnly": false,
"itemDivider": 2,
        "maxCrates": 4,
        "maxItems": 18,
        "minCrates": 2,
        "minItems": 12,​

If you pick staticitems only that is all you will get with the drops, the other option will include those items with normal items in each drop.

You have to remember also that if you are using Betterloot plugin it will override this selection unless you disable airdrops in that plugins DATA file,
Thank you so much!
Locked automatically