About Seeker Targets
This plugin adds a flexible goal management system for the man-portable air defense system (MANPADS). With it, server administrators can easily add various objects of the BaseCombatEntity type to the list of potential targets for MANPADS missiles. A key feature is the use of the hook
private object CanBeHomingTargeted(BaseCombatEntity target)
through which an object can be canceled as a target or custom logic used when a player tries to aim.
The plugin configuration allows you to set parameters for each prefab object. For example, for each object, you can specify a damage multiplier from a MANPADS missile hit, allowing fine-tuning of combat balance. And for patrol helicopters, you can also configure the chance of using thermal decoys.
The plugin is designed for Rust servers and provides administrators with greater freedom in configuring gameplay, making it more diverse and engaging for players.