Enum PackTactic
Describes how an NPCGroup coordinates spatial positioning during combat. The tactic determines how each member's OrbitAngle is assigned relative to the group target.
public enum PackTactic
Fields
Tank holds the front, other members position behind the target. DPS and support members receive orbit angles in the rear 180° arc while the tank faces the target head-on.
All members converge on the same target from the same direction. Orbit angles are tightly clustered. Combined with FocusTargeting for maximum single-target pressure.
Members maintain maximum distance and orbit the target. Orbit angles rotate slowly each evaluation, creating a swirling pattern. Best for ranged/caster groups that want to avoid melee contact.
No coordinated positioning — members act independently.
Members spread evenly around the target in a ring. Orbit angles are distributed 360° / alive-member-count apart. Best for mixed groups that want to prevent the enemy from fleeing.