From 373e1ac6d6aaa2892b8389f7347049b01951bb8e Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 4 Nov 2010 20:08:43 +0100 Subject: [PATCH] balanceTest: adjust the Nexuiz-style health-armor system for a bit more rot, but also more spawn protection --- balanceTest.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/balanceTest.cfg b/balanceTest.cfg index 897b5698d8..c6ecf95d74 100644 --- a/balanceTest.cfg +++ b/balanceTest.cfg @@ -17,7 +17,7 @@ set g_start_weapon_campingrifle -1 "0 = never provide the weapon, 1 = always pro set g_start_weapon_tuba -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default, -2 = provide the weapon in ca and lms" set g_start_weapon_fireball -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default, -2 = provide the weapon in ca and lms" set g_start_weapon_seeker -1 "0 = never provide the weapon, 1 = always provide the weapon, -1 = game mode default, -2 = provide the weapon in ca and lms" -set g_balance_health_start 125 +set g_balance_health_start 150 set g_balance_armor_start 0 set g_start_ammo_shells 20 set g_start_ammo_nails 0 @@ -115,18 +115,18 @@ set g_balance_health_regenlinear 0 set g_balance_pause_health_regen 5 set g_balance_pause_health_regen_spawn 0 set g_balance_health_rot 0.1 -set g_balance_health_rotlinear 0 -set g_balance_pause_health_rot 5 -set g_balance_pause_health_rot_spawn 10 +set g_balance_health_rotlinear 2.5 +set g_balance_pause_health_rot 4 +set g_balance_pause_health_rot_spawn 15 set g_balance_health_regenstable 100 set g_balance_health_rotstable 100 set g_balance_health_limit 999 set g_balance_armor_regen 0 set g_balance_armor_regenlinear 0 set g_balance_armor_rot 0.1 -set g_balance_armor_rotlinear 0 -set g_balance_pause_armor_rot 5 -set g_balance_pause_armor_rot_spawn 10 +set g_balance_armor_rotlinear 2.5 +set g_balance_pause_armor_rot 4 +set g_balance_pause_armor_rot_spawn 15 set g_balance_armor_regenstable 100 set g_balance_armor_rotstable 100 set g_balance_armor_limit 999 @@ -136,8 +136,8 @@ set g_balance_fuel_regenlinear 0 set g_balance_pause_fuel_regen 2 // other than this, fuel uses the health regen counter set g_balance_fuel_rot 0.05 set g_balance_fuel_rotlinear 0 -set g_balance_pause_fuel_rot 5 -set g_balance_pause_fuel_rot_spawn 10 +set g_balance_pause_fuel_rot 4 +set g_balance_pause_fuel_rot_spawn 15 set g_balance_fuel_regenstable 50 set g_balance_fuel_rotstable 100 set g_balance_fuel_limit 999 -- 2.39.2