]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Some tweaks to the regen/rot for health and armor... maybe too much, but hopefullly...
authorSamual <samual@xonotic.org>
Sat, 14 May 2011 03:09:40 +0000 (23:09 -0400)
committerSamual <samual@xonotic.org>
Sat, 14 May 2011 03:09:40 +0000 (23:09 -0400)
balanceSamual.cfg

index 441b604020d6636fb1d90ea0ffcf1c25889d8765..61895a361097ff9ccc8629a900bf625542b4c7e1 100644 (file)
@@ -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