About Airfield Event
Adds an airfield event to your server! A cargo plane lands on the airfield and drops airdrops, boxes. Strong NPCs and a patrol helicopter will protect the crates
Features:
Easy to set up. Excellent customization options in the config
Commands(admin only):
afestart - force the event to start
afefast - quick landing of a cargo plane, for testing settings
afe_addcustom - adds a custom landing place for a cargo plane. You must stand on level ground and look in the direction where the cargo plane will move(do not forget to set in the config file "Use a custom place to land a cargo plane": true)
AirfieldEvent config:
{
"Time to event start(in seconds, minimum 900)": 3900,
"Random time to event start": false,
"Minimum time to event start(in seconds, minimum 900)": 900,
"Maximum time to event start(in seconds)": 10800,
"Drops amount(number of cargo spawns after plane landing, maximum 10)": 3,
"Crates amount(spawn every cargo drop)": 1,
"Crates lifetime(in seconds). The crate will not be destroyed if it has been activated": 3600,
"Airdrops amount(spawn every cargo drop)": 1,
"Airdrops lifetime(in seconds)": 3600,
"NPCs amount(spawn every cargo drop)": 0,
"NPCs lifetime(in seconds)": 3600,
"NPCs type(NPCs prefab, experimental setting, it is not known how the NPCs will behave) 0 - tunneldweller; 1 - underwaterdweller; 2 - excavator; 3 - full_any; 4 - lr300; 5 - mp5; 6 - pistol; 7 - shotgun; 8 - heavy; 9 - junkpile_pistol; 10 - oilrig; 11 - patrol; 12 - peacekeeper; 13 - roam; 14 - roamtethered; 15 - bandit_guard; 16 - cargo; 17 - cargo_turret_any; 18 - cargo_turret_lr300; 19 - ch47_gunner": 0,
"NPCs health(0 - default)": 0,
"NPCs damage multiplier": 1.0,
"Forcibly immobilize an NPC": false,
"Kit for NPCs. The NPC will use the weapon that is in the first slot of the belt(requires Kits plugin)": "",
"Event message(if empty, no message will be displayed)": "Airfield event started",
"Calls a helicopter to the airfield after landing a cargo plane": false,
"How long the helicopter will patrol the airfield (in minutes)": 5,
"Helicopter damage multiplier": 1.0,
"Helicopter health": 10000.0,
"Event marker on the map(will spawn a marker immediately after the start of the event)": false,
"If true, spawn the marker only after the plane lands": false,
"Event marker name": "Airfield event",
"Event marker lifetime(in seconds)": 3600,
"Event marker transparency(0-1)": 0.75,
"Event marker radius": 0.5,
"Event marker color.R(0-1)": 1.0,
"Event marker color.G(0-1)": 0.0,
"Event marker color.B(0-1)": 0.0
}