From: Samual Date: Sat, 14 May 2011 03:09:40 +0000 (-0400) Subject: Some tweaks to the regen/rot for health and armor... maybe too much, but hopefullly... X-Git-Tag: xonotic-v0.5.0~220^2~4^2~1^2^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ddbdbba46a7bfed0d355234af68c26b6d80f52e6;p=xonotic%2Fxonotic-data.pk3dir.git Some tweaks to the regen/rot for health and armor... maybe too much, but hopefullly this is "just right" --- diff --git a/balanceSamual.cfg b/balanceSamual.cfg index 441b60402..61895a361 100644 --- a/balanceSamual.cfg +++ b/balanceSamual.cfg @@ -110,13 +110,13 @@ set g_pickup_respawntimejitter_ammo 0 // }}} // {{{ regen/rot -set g_balance_health_regen 0 -set g_balance_health_regenlinear 5 +set g_balance_health_regen 0.08 +set g_balance_health_regenlinear 0.5 set g_balance_pause_health_regen 5 set g_balance_pause_health_regen_spawn 0 set g_balance_health_rot 0.04 -set g_balance_health_rotlinear 1 -set g_balance_pause_health_rot 0.5 +set g_balance_health_rotlinear 0.75 +set g_balance_pause_health_rot 1 set g_balance_pause_health_rot_spawn 5 set g_balance_health_regenstable 100 set g_balance_health_rotstable 100 @@ -124,7 +124,7 @@ set g_balance_health_limit 999 set g_balance_armor_regen 0 set g_balance_armor_regenlinear 0 set g_balance_armor_rot 0.04 -set g_balance_armor_rotlinear 1 +set g_balance_armor_rotlinear 0.75 set g_balance_pause_armor_rot 1 set g_balance_pause_armor_rot_spawn 5 set g_balance_armor_regenstable 100