X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=defaultXonotic.cfg;h=37b4a1ded24041b7c61f69ba361f26a34832ea24;hp=e8934d10f1da8ef271d5eaaa90f99508aa1145dd;hb=bb83fecdaaa8366c8eefda25743b0958ca129fb4;hpb=9af625c5b69d892391c2be8f6358b3d263835b82 diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index e8934d10f1..37b4a1ded2 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1423,8 +1423,8 @@ seta hud_damage_gentle_alpha_multiplier 0.25 "how much to multiply alpha of flas seta hud_damage_gentle_color "1 0.7 1" "color of flash for cl_gentle version" seta hud_damage_color "1 0 0" "color of flash" seta hud_damage_factor 0.025 "(damage * factor) = how much to add to the alpha value" -seta hud_damage_fade_rate 1 "how much to subtract from the alpha value each second" -seta hud_damage_maxalpha 2 "how much to limit the alpha value to" +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_health 50 "at which health we start lowering pain_threshold"