You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guardRecalculateThreshold=100.0, -- Distance that a guardee must move before the guard goal is recalculated
45
+
guardStoppedProximityGoal=120.0, -- Distance that a guardian will stop at nearing a stopped guardee
46
+
guardStoppedExtraDistance=40.0, -- The extra distance a guardian will keep from a stopped guardee
47
+
guardMovingProximityGoal=160.0, -- Distance the guardian is considered to be in guarding range and will match the velocity
48
+
guardMovingIntervalMultiplier=3, -- A multiplier for the moving goal while guarding, smaller values will result in higher detail movement but more performance cost
49
+
guardInterceptionLimit=128.0, -- Limit for the intercept when a guardian is not in guarding range
0 commit comments