From 5f2951fe5d33aab1f3935d77dc6312d16e94e77f Mon Sep 17 00:00:00 2001 From: FruitieX Date: Sat, 27 Nov 2010 02:55:38 +0200 Subject: [PATCH] lower the charge rates of the nex just a bit (base charge rate now perfectly matches the refire time, base charge + secondary charge + continuous shooting gets you ~75% charge instead of 100%) --- balanceXonotic.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/balanceXonotic.cfg b/balanceXonotic.cfg index c48f5d137d..ae6fa02335 100644 --- a/balanceXonotic.cfg +++ b/balanceXonotic.cfg @@ -460,7 +460,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.55 +set g_balance_nex_secondary_charge_rate 0.5 set g_balance_nex_secondary_charge_pool 1 set g_balance_nex_secondary_charge_pool_regen 0.15 set g_balance_nex_secondary_charge_pool_pause_regen 1 @@ -478,7 +478,7 @@ set g_balance_nex_secondary_damagefalloff_forcehalflife 0 set g_balance_nex_charge 1 set g_balance_nex_charge_mindmg 30 set g_balance_nex_charge_start 0.5 -set g_balance_nex_charge_rate 0.6 +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 -- 2.39.2