Config
JavaScript:
JSON:
{{
"Event Automation": {
"Automatically spawn helicopters on a timer": false,
"Auto-spawn time minimum (seconds)": 3600.0,
"Auto-spawn time maximum (seconds)": 5400.0,
"Minimum amount of online players to trigger the event": 1,
"Chance of game spawned helicopter becoming a PilotEject helicopter (x / 100)": 100.0
 },
"Ejection Options": {
"Eject the pilot when the helicopter has been shot down": true,
"Eject the pilot randomly": false,
"Random ejection time minimum (seconds)": 300.0,
"Random ejection time maximum (seconds)": 600.0,
"Parachute drag force": 2.0,
"Wind force": 10.0
 },
"NPC Options": {
"Amount of NPCs to spawn": 3,
"NPC display name (chosen at random)": [],
"NPC kit (chosen at random)": [],
"Chance of being wounded when landing (x / 100)": 15,
"Chance of recovery from being wounded(x / 100)": 80,
"Roam distance from landing position": 50.0,
"Loot type (Default, Inventory, Random)": "Random",
"Random loot items": {
"Minimum amount of items": 3,
"Maximum amount of items": 5,
"Items": [
{
"Item shortname": "apple",
"Item skin ID": 0,
"Minimum amount of item": 2,
"Maximum amount of item": 6
 },
{
"Item shortname": "bearmeat.cooked",
"Item skin ID": 0,
"Minimum amount of item": 2,
"Maximum amount of item": 4
 },
{
"Item shortname": "blueberries",
"Item skin ID": 0,
"Minimum amount of item": 4,
"Maximum amount of item": 8
 },
{
"Item shortname": "corn",
"Item skin ID": 0,
"Minimum amount of item": 4,
"Maximum amount of item": 8
 },
{
"Item shortname": "fish.raw",
"Item skin ID": 0,
"Minimum amount of item": 2,
"Maximum amount of item": 4
 },
{
"Item shortname": "granolabar",
"Item skin ID": 0,
"Minimum amount of item": 1,
"Maximum amount of item": 4
 },
{
"Item shortname": "meat.pork.cooked",
"Item skin ID": 0,
"Minimum amount of item": 4,
"Maximum amount of item": 8
 },
{
"Item shortname": "candycane",
"Item skin ID": 0,
"Minimum amount of item": 1,
"Maximum amount of item": 2
}
]
}
 },
"Loot Container Options": {
"Amount of loot boxes to drop when pilot ejects": 2,
"Loot container items": {
"Minimum amount of items": 3,
"Maximum amount of items": 5,
"Items": [
{
"Item shortname": "apple",
"Item skin ID": 0,
"Minimum amount of item": 2,
"Maximum amount of item": 6
 },
{
"Item shortname": "bearmeat.cooked",
"Item skin ID": 0,
"Minimum amount of item": 2,
"Maximum amount of item": 4
 },
{
"Item shortname": "blueberries",
"Item skin ID": 0,
"Minimum amount of item": 4,
"Maximum amount of item": 8
 },
{
"Item shortname": "corn",
"Item skin ID": 0,
"Minimum amount of item": 4,
"Maximum amount of item": 8
 },
{
"Item shortname": "fish.raw",
"Item skin ID": 0,
"Minimum amount of item": 2,
"Maximum amount of item": 4
 },
{
"Item shortname": "granolabar",
"Item skin ID": 0,
"Minimum amount of item": 1,
"Maximum amount of item": 4
 },
{
"Item shortname": "meat.pork.cooked",
"Item skin ID": 0,
"Minimum amount of item": 4,
"Maximum amount of item": 8
 },
{
"Item shortname": "candycane",
"Item skin ID": 0,
"Minimum amount of item": 1,
"Maximum amount of item": 2
}
]
}
 },
"Version": {
"Major": 3,
"Minor": 0,
"Patch": 0
}
}}