From: Mario Date: Sun, 30 Nov 2014 15:36:00 +0000 (+1100) Subject: Slow down rot speed a little more while carrying medic buff X-Git-Tag: xonotic-v0.8.0~122^2~14 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=71d16e957ca9af557299653a657f4a821506dea9;p=xonotic%2Fxonotic-data.pk3dir.git Slow down rot speed a little more while carrying medic buff --- diff --git a/mutators.cfg b/mutators.cfg index c5fe78234..c6716585c 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -258,7 +258,7 @@ set g_buffs_resistance_blockpercent 0.7 "damage reduction multiplier, higher val set g_buffs_medic 1 "medic buff: increased regeneration speed, extra health, chance to survive a fatal attack" set g_buffs_medic_survive_chance 0.6 "multiplier chance of player surviving a fatal hit" set g_buffs_medic_survive_health 5 "amount of health player survives with after taking a fatal hit" -set g_buffs_medic_rot 0.7 "health rot rate multiplier" +set g_buffs_medic_rot 0.2 "health rot rate multiplier" set g_buffs_medic_max 1.5 "stable health medic limit multiplier" set g_buffs_medic_regen 1.7 "health medic rate multiplier" set g_buffs_vengeance 1 "vengeance buff: attackers also take damage"