From 9511ba425062014526b066f45b9c6e3fb2f3ea0b Mon Sep 17 00:00:00 2001 From: FruitieX Date: Sun, 9 Jan 2011 02:25:52 +0200 Subject: [PATCH] halve the nex "battery" capacity (red circle thing), make regen faster too and some other tweaks --- balanceXonotic.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/balanceXonotic.cfg b/balanceXonotic.cfg index d840d592e..456ba3547 100644 --- a/balanceXonotic.cfg +++ b/balanceXonotic.cfg @@ -468,14 +468,14 @@ 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_regen 0.15 -set g_balance_nex_secondary_chargepool_pause_regen 1 -set g_balance_nex_secondary_chargepool_pause_health_regen 1 +set g_balance_nex_secondary_chargepool_regen 0.25 +set g_balance_nex_secondary_chargepool_pause_regen 0.5 +set g_balance_nex_secondary_chargepool_pause_health_regen 0.5 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 0.4 // full charge pool is 1, so it depletes in 2.5 secs set g_balance_nex_secondary_damagefalloff_mindist 0 set g_balance_nex_secondary_damagefalloff_maxdist 0 set g_balance_nex_secondary_damagefalloff_halflife 0 @@ -487,7 +487,7 @@ set g_balance_nex_charge_start 0.5 set g_balance_nex_charge_rate 0.5 set g_balance_nex_charge_limit 0.5 set g_balance_nex_charge_rot_rate 0.1 -set g_balance_nex_charge_rot_pause 1 // Dont rot down until this long after release of charge button +set g_balance_nex_charge_rot_pause 0.5 // Dont rot down until this long after release of charge button set g_balance_nex_charge_shot_multiplier 0 set g_balance_nex_charge_velocity_rate 0 set g_balance_nex_charge_minspeed 600 -- 2.39.2