From d7ae70c32ce65175570bb684a451cc317bbcf9dc Mon Sep 17 00:00:00 2001 From: FruitieX Date: Mon, 3 Jan 2011 23:23:03 +0200 Subject: [PATCH] Nex: use 3 cells for a shot, use 1 cell per second of charge --- balanceXonotic.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/balanceXonotic.cfg b/balanceXonotic.cfg index d840d592e..9ec88a807 100644 --- a/balanceXonotic.cfg +++ b/balanceXonotic.cfg @@ -458,7 +458,7 @@ set g_balance_nex_primary_damage 90 set g_balance_nex_primary_force 500 set g_balance_nex_primary_refire 1 set g_balance_nex_primary_animtime 0.3 -set g_balance_nex_primary_ammo 5 +set g_balance_nex_primary_ammo 3 set g_balance_nex_primary_damagefalloff_mindist 0 set g_balance_nex_primary_damagefalloff_maxdist 0 set g_balance_nex_primary_damagefalloff_halflife 0 @@ -467,7 +467,7 @@ set g_balance_nex_primary_damagefalloff_forcehalflife 0 set g_balance_nex_secondary 1 set g_balance_nex_secondary_charge 1 set g_balance_nex_secondary_charge_rate 0.4 -set g_balance_nex_secondary_chargepool 1 +set g_balance_nex_secondary_chargepool 0 set g_balance_nex_secondary_chargepool_regen 0.15 set g_balance_nex_secondary_chargepool_pause_regen 1 set g_balance_nex_secondary_chargepool_pause_health_regen 1 @@ -475,7 +475,7 @@ set g_balance_nex_secondary_damage 0 set g_balance_nex_secondary_force 0 set g_balance_nex_secondary_refire 0 set g_balance_nex_secondary_animtime 0 -set g_balance_nex_secondary_ammo 0.2 // full charge pool is 1, so it depletes in 5 secs +set g_balance_nex_secondary_ammo 1 set g_balance_nex_secondary_damagefalloff_mindist 0 set g_balance_nex_secondary_damagefalloff_maxdist 0 set g_balance_nex_secondary_damagefalloff_halflife 0 -- 2.39.2