I've been trying to get the custom_event function to work and any time I try to set it up the supply drop that spawns in has no items once it hits the ground. Any help would be appreciated.
"test": {
"minCrates": 1,
"maxCrates": 1,
"cratesGap": 50,
"despawnMinutes": 3,
"crateAirResistance": 0.6,
"useCustomLootTable": true,
"CustomLootListName": "test1",
"planeSpeed": 300,
"additionalheight": 0,
"notificationInfo": "testing"
},
{
"DropType Name": "test1",
"Minimum amount of items to spawn": 7,
"Maximum amount of items to spawn": 14,
"Custom Loot Contents": [
{
"Shortname": "metal.fragments",
"Minimum amount of item": 100,
"Maximum amount of item": 500,
"Skin ID": 0,
"Display Name": null
},
{
"Shortname": "gears",
"Minimum amount of item": 150,
"Maximum amount of item": 250,
"Skin ID": 0,
"Display Name": null
},
{
"Shortname": "syringe.medical",
"Minimum amount of item": 100,
"Maximum amount of item": 500,
"Skin ID": 0,
"Display Name": null
},
{
"Shortname": "largemedkit",
"Minimum amount of item": 50,
"Maximum amount of item": 500,
"Skin ID": 0,
"Display Name": null
},
{
"Shortname": "explosives",
"Minimum amount of item": 50,
"Maximum amount of item": 250,
"Skin ID": 0,
"Display Name": null
},
{
"Shortname": "metal.facemask",
"Minimum amount of item": 5,
"Maximum amount of item": 10,
"Skin ID": 0,
"Display Name": null
}
]
},