From: MirceaKitsune Date: Fri, 25 Feb 2011 21:28:16 +0000 (+0200) Subject: Intensify damage blur a little by default X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=aae240534362bfc6a3ff41a26d530b9b47132be6;p=voretournament%2Fvoretournament.git Intensify damage blur a little by default --- diff --git a/data/defaultVoretournament.cfg b/data/defaultVoretournament.cfg index b13d32c1..e4e55877 100644 --- a/data/defaultVoretournament.cfg +++ b/data/defaultVoretournament.cfg @@ -1070,7 +1070,7 @@ seta hud_damage_factor 0.025 "(damage * factor) = how much to add to the alpha v seta hud_damage_fade_rate 0.75 "how much to subtract from the alpha value each second" seta hud_damage_maxalpha 1.5 "how much to limit the alpha value to" seta hud_damage_pain_threshold 0.1 "how much alpha to ignore (must be bigger than the hud_damage_factor so that e.g. rot is ignored)" -seta hud_damage_pain_threshold_lower 1.25 "how much we lower pain_threshold with when nearing 0 health (if pain_threshold gets negative then we always draw a flash at alpha = fabs(pain_threshold)" +seta hud_damage_pain_threshold_lower 1.5 "how much we lower pain_threshold with when nearing 0 health (if pain_threshold gets negative then we always draw a flash at alpha = fabs(pain_threshold)" seta hud_damage_pain_threshold_lower_health 50 "at which health we start lowering pain_threshold" seta hud_damage_pain_threshold_pulsating_min 0.6 "minimum value when calculating the pulse: max(pulsating_min, fabs(sin(PI * time / period))" seta hud_damage_pain_threshold_pulsating_period 0.8 "one pulse every X seconds"