From fb66254c44e3e8c587b11e3c8c70739ae0ccd8b0 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Sun, 27 Sep 2009 07:20:14 +0000 Subject: [PATCH] changed health/armor pickups to use 100 cap, except for mega types which use 150 cap, this has some interesting gameplay implications git-svn-id: svn://svn.icculus.org/nexuiz/trunk@7936 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/balanceHavoc.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/balanceHavoc.cfg b/data/balanceHavoc.cfg index 6ad7a7ae3..629349104 100644 --- a/data/balanceHavoc.cfg +++ b/data/balanceHavoc.cfg @@ -93,21 +93,21 @@ set g_pickup_fuel 25 set g_pickup_fuel_jetpack 50 set g_pickup_fuel_max 999 set g_pickup_armorsmall 10 -set g_pickup_armorsmall_max 125 +set g_pickup_armorsmall_max 100 set g_pickup_armormedium 25 -set g_pickup_armormedium_max 125 +set g_pickup_armormedium_max 100 set g_pickup_armorbig 50 -set g_pickup_armorbig_max 125 +set g_pickup_armorbig_max 100 set g_pickup_armorlarge 100 -set g_pickup_armorlarge_max 125 +set g_pickup_armorlarge_max 150 set g_pickup_healthsmall 10 -set g_pickup_healthsmall_max 125 +set g_pickup_healthsmall_max 100 set g_pickup_healthmedium 25 -set g_pickup_healthmedium_max 125 +set g_pickup_healthmedium_max 100 set g_pickup_healthlarge 50 -set g_pickup_healthlarge_max 125 +set g_pickup_healthlarge_max 100 set g_pickup_healthmega 100 -set g_pickup_healthmega_max 125 +set g_pickup_healthmega_max 150 set g_pickup_respawntime_short 15 set g_pickup_respawntime_medium 20 set g_pickup_respawntime_long 30 -- 2.39.2