Adjust warnings track
This commit is contained in:
parent
ecbf32c9ad
commit
87e8b57745
@ -83,10 +83,9 @@ RESTRICT_FSTASIS = True
|
|||||||
# warning points fall below that threshold.
|
# warning points fall below that threshold.
|
||||||
AUTO_SANCTION = (
|
AUTO_SANCTION = (
|
||||||
#min max sanctions
|
#min max sanctions
|
||||||
(5, 9, {"stasis": 1}),
|
(4, 6, {"stasis": 1}),
|
||||||
(10, 14, {"stasis": 3}),
|
(7, 19, {"scalestasis": (0, 1, -5)}),
|
||||||
(15, 24, {"scalestasis": (0, 1, -10)}),
|
(20, 20, {"tempban": 10})
|
||||||
(25, 25, {"tempban": 15})
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# The following is a bitfield, and they can be mixed together
|
# The following is a bitfield, and they can be mixed together
|
||||||
|
Loading…
x
Reference in New Issue
Block a user