]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - mutators.cfg
Merge branch 'Mario/mutators' of git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir...
[xonotic/xonotic-data.pk3dir.git] / mutators.cfg
index 9ae9b26cc98c368e0d84b9dad799ee3cd484df11..44739e06d7564e9e3edd1ba383c184c62e1df4b5 100644 (file)
@@ -11,7 +11,7 @@ set g_dodging 0 "set to 1 to enable dodging in games"
 seta cl_dodging_timeout 0.2 "determines how long apart (in seconds) two taps on the same direction key are considered a dodge. use 0 to disable"
 
 set sv_dodging_wall_dodging 0 "set to 1 to allow dodging off walls. 0 to disable"
-set sv_dodging_delay 0.5 "determines how long a player has to wait to be able to dodge again after dodging"
+set sv_dodging_delay 0.7 "determines how long a player has to wait to be able to dodge again after dodging"
 set sv_dodging_up_speed 200 "the jump velocity of the dodge"
 set sv_dodging_horiz_speed 400 "the horizontal velocity of the dodge"
 set sv_dodging_horiz_speed_frozen 200 "the horizontal velocity of the dodge while frozen"
@@ -158,3 +158,12 @@ set g_riflearena_rifle_secondary_shots 1
 set g_riflearena_rifle_secondary_animtime 0.15
 set g_riflearena_rifle_secondary_refire 0.15
 set g_riflearena_rifle_secondary_damage 40
+
+
+// ============
+//  camp check
+// ============
+set g_campcheck 0 "damages campers every few seconds"
+set g_campcheck_interval 10
+set g_campcheck_damage 100
+set g_campcheck_distance 1800