This Rust plugin upgrades patrol helicopter attacks by swapping out their standard rockets for mlrs rockets. Works dynamically during strafe or orbit attacks without affecting heli ai behavior.
Configuration
JSON:
{
"Version": "1.0.0",
"Chance To Turn Strafe Rocket Into MLRS": 40,
"Chance To Turn Orbit Rocket Into MLRS": 70,
"MLRS Rocket Damage Multiplier": 1.0
}
Chance To Turn Strafe Rocket Into MLRS
- Sets how often rockets fired during a strafe phase are replaced with mlrs rockets (0-100).Chance To Turn Orbit Rocket Into MLRS
- Sets how often rockets fired during an orbit strafe phase are replaced with mlrs rockets (0-100).MLRS Rocket Damage Multiplier
- Scales the damage dealt by the mlrs rocket (e.g., 2.0 = double damage, 0.5 = half damage). Use1.0
for default.