Add lockout timer multiplier rule

This allows servers to adjust all new lockout durations added
during special events like live does
This commit is contained in:
hg
2020-09-24 23:07:07 -04:00
parent b965a165b1
commit a3a6e55d22
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -793,6 +793,7 @@ RULE_INT(Expedition, EmptyDzShutdownDelaySeconds, 1500, "Seconds to set dynamic
RULE_INT(Expedition, RequestExpiredLockoutLeewaySeconds, 60, "Seconds remaining on lockout to count as expired for creation requests (client hides timers under 60s remaining)")
RULE_INT(Expedition, WorldExpeditionProcessRateMS, 6000, "Timer interval (ms) that world checks expedition states")
RULE_BOOL(Expedition, AlwaysNotifyNewLeaderOnChange, false, "Always notify clients when made expedition leader. If false (live-like) new leaders are only notified when made leader via /dzmakeleader")
RULE_REAL(Expedition, LockoutDurationMultiplier, 1.0, "Multiplies lockout duration by this value when new lockouts are added")
RULE_CATEGORY_END()
RULE_CATEGORY(DynamicZone)