From: Mario Date: Fri, 15 Jan 2016 15:10:22 +0000 (+1000) Subject: Disable disability buff (may be removed soon) X-Git-Tag: xonotic-v0.8.2~1237 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=aead7fa83bcbbbf261d95d9f6381974869e76122;p=xonotic%2Fxonotic-data.pk3dir.git Disable disability buff (may be removed soon) --- diff --git a/mutators.cfg b/mutators.cfg index 4675b009f..60f4c4c31 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -316,7 +316,7 @@ set g_buffs_bash 1 "bash buff: increased knockback force and immunity to knockba set g_buffs_bash_time 60 "bash buff carry time" set g_buffs_bash_force 2 "bash force multiplier" set g_buffs_bash_force_self 1.2 "bash self force multiplier" -set g_buffs_disability 1 "disability buff: attacks to players and monsters deal slowness (decreased movement/attack speed) for a few seconds" +set g_buffs_disability 0 "disability buff: attacks to players and monsters deal slowness (decreased movement/attack speed) for a few seconds" set g_buffs_disability_time 60 "disability buff carry time" set g_buffs_disability_slowtime 3 "time in seconds for target disability" set g_buffs_disability_speed 0.7 "player speed multiplier while disabled"