From: FruitieX Date: Sat, 6 Nov 2010 15:08:34 +0000 (+0200) Subject: increase health caps to 150 for medium pickups, 250 for small/mega (armor limited... X-Git-Tag: xonotic-v0.1.0preview~183^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0110119943efe5c0ba51a84069915843d9cc6e5b;p=xonotic%2Fxonotic-data.pk3dir.git increase health caps to 150 for medium pickups, 250 for small/mega (armor limited to 250 too, but can pickup at any time) --- diff --git a/balanceXonotic.cfg b/balanceXonotic.cfg index f5f7c5bb4..2a460ccda 100644 --- a/balanceXonotic.cfg +++ b/balanceXonotic.cfg @@ -72,28 +72,28 @@ set g_pickup_fuel_weapon 15 set g_pickup_fuel_jetpack 50 set g_pickup_fuel_max 100 set g_pickup_armorsmall 5 -set g_pickup_armorsmall_max 200 +set g_pickup_armorsmall_max 250 set g_pickup_armorsmall_anyway 1 set g_pickup_armormedium 25 -set g_pickup_armormedium_max 200 +set g_pickup_armormedium_max 250 set g_pickup_armormedium_anyway 1 set g_pickup_armorbig 50 -set g_pickup_armorbig_max 200 +set g_pickup_armorbig_max 250 set g_pickup_armorbig_anyway 1 set g_pickup_armorlarge 100 -set g_pickup_armorlarge_max 200 +set g_pickup_armorlarge_max 250 set g_pickup_armorlarge_anyway 1 set g_pickup_healthsmall 5 -set g_pickup_healthsmall_max 200 +set g_pickup_healthsmall_max 250 set g_pickup_healthsmall_anyway 1 set g_pickup_healthmedium 25 -set g_pickup_healthmedium_max 100 +set g_pickup_healthmedium_max 150 set g_pickup_healthmedium_anyway 0 set g_pickup_healthlarge 50 -set g_pickup_healthlarge_max 100 +set g_pickup_healthlarge_max 150 set g_pickup_healthlarge_anyway 0 set g_pickup_healthmega 100 -set g_pickup_healthmega_max 200 +set g_pickup_healthmega_max 250 set g_pickup_healthmega_anyway 1 set g_pickup_respawntime_short 15 set g_pickup_respawntime_medium 20