- Works With
This plugin lets sam sites target and shoot patrol helicopters, which they don't do in vanilla Rust. You can control how far they can shoot, how strong the rockets are, how fast they fly, and whether monument sams are allowed to fire.
Permissions
patrolhelisams.use
- Allows player-owned sam sites to fire at patrol helicopters.
Commands
sam.test
- Console-only command for admins to test a nearby sam site firing at a nearby patrol heli. Fires a single rocket if both are found within range.
Configuration
JSON:
{
"Allow Monument Sam Sites To Engage": false,
"Targeting Range": 150.0,
"Rocket Flight Speed Multiplier": 1.35,
"Rocket Damage Multiplier": 4.0,
"Time Between Bursts Seconds": 5.0
}
Allow Monument Sam Sites To Engage
- If true, static monument sam sites are allowed to target and fire at patrol helicopters.Targeting Range
- The maximum distance (in meters) at which a sam site can detect and target a patrol helicopter.Rocket Flight Speed Multiplier
- Multiplier applied to the base speed of sam rockets when firing at patrol helicopters.Rocket Damage Multiplier
- Multiplier applied to the rocket damage when hitting patrol helicopters.Time Between Bursts Seconds
- Time in seconds between each sam burst when targeting a patrol helicopter.