This plugin changes the ai behavior of patrol helicopters by making them crash instead of leaving the map at the end of their lifetime. This prevents the frustration players feel when they spend time fighting the helicopter only for it to fly away before they can take it down.
Configuration
JSON:
{
"Version": "1.1.0",
"Health Percentage To Crash": 20.0
}
Health Percentage To Crash
- Specifies the health percentage threshold at which the patrol helicopter will crash instead of retiring. For example, if set to20.0
, the helicopter will crash if its health is at or below 20% when it attempts to retire. If the helicopter's health is above this percentage, it'll retire as usual without crashing.