]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
take over health system from tZork's balance (25hp up to 100, 50hp up to 150, rest...
authorFruitieX <fruitiex@gmail.com>
Fri, 26 Nov 2010 23:18:00 +0000 (01:18 +0200)
committerFruitieX <fruitiex@gmail.com>
Fri, 26 Nov 2010 23:18:00 +0000 (01:18 +0200)
balanceXonotic.cfg

index a6a2e66d94429bd09acfed9a3e14b1aa7c45c54a..7c1f9c79bbd58b3ed69b6b1997d34384d2fb0e8d 100644 (file)
@@ -72,22 +72,22 @@ 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 250
+set g_pickup_armorsmall_max 150
 set g_pickup_armorsmall_anyway 1
 set g_pickup_armormedium 25
-set g_pickup_armormedium_max 250
-set g_pickup_armormedium_anyway 1
+set g_pickup_armormedium_max 50
+set g_pickup_armormedium_anyway 0
 set g_pickup_armorbig 50
-set g_pickup_armorbig_max 250
-set g_pickup_armorbig_anyway 1
+set g_pickup_armorbig_max 50
+set g_pickup_armorbig_anyway 0
 set g_pickup_armorlarge 100
-set g_pickup_armorlarge_max 250
+set g_pickup_armorlarge_max 150
 set g_pickup_armorlarge_anyway 1
 set g_pickup_healthsmall 5
 set g_pickup_healthsmall_max 250
 set g_pickup_healthsmall_anyway 1
 set g_pickup_healthmedium 25
-set g_pickup_healthmedium_max 150
+set g_pickup_healthmedium_max 100
 set g_pickup_healthmedium_anyway 0
 set g_pickup_healthlarge 50
 set g_pickup_healthlarge_max 150