- Works With
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.
Important Compatibility Plugin
Rust does not tag patrol helicopter rockets with a creator by default, which can cause this plugin to accidentally replace rockets from other sources (like Jetpacks).To avoid that and ensure only real heli rockets are converted, install Patrol Heli Rocket Creator Fix. It tags each heli rocket with its source so mlrs conversion works correctly.
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.0for default.