From: FruitieX Date: Sun, 29 Aug 2010 22:04:50 +0000 (+0300) Subject: more extreme damage/force falloff settings on the nex to restrict it more to close... X-Git-Tag: xonotic-v0.1.0preview~320^2~15^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4d5d9e7e063373b57e5b86ff43034acc86bc6275;p=xonotic%2Fxonotic-data.pk3dir.git more extreme damage/force falloff settings on the nex to restrict it more to close-mid range --- diff --git a/balanceXonotic.cfg b/balanceXonotic.cfg index dcd90b17a..7c24e276e 100644 --- a/balanceXonotic.cfg +++ b/balanceXonotic.cfg @@ -384,25 +384,25 @@ set g_balance_crylink_secondary_line_fadetime 2 // }}} // {{{ nex set g_balance_nex_primary_damage 80 -set g_balance_nex_primary_force 200 +set g_balance_nex_primary_force 400 set g_balance_nex_primary_refire 1.25 set g_balance_nex_primary_animtime 0.75 set g_balance_nex_primary_ammo 5 -set g_balance_nex_primary_damagefalloff_mindist 1000 -set g_balance_nex_primary_damagefalloff_maxdist 3000 -set g_balance_nex_primary_damagefalloff_halflife 4000 -set g_balance_nex_primary_damagefalloff_forcehalflife 4000 +set g_balance_nex_primary_damagefalloff_mindist 0 +set g_balance_nex_primary_damagefalloff_maxdist 4000 +set g_balance_nex_primary_damagefalloff_halflife 2000 +set g_balance_nex_primary_damagefalloff_forcehalflife 2000 set g_balance_nex_secondary 1 set g_balance_nex_secondary_damage 80 -set g_balance_nex_secondary_force -200 +set g_balance_nex_secondary_force -500 set g_balance_nex_secondary_refire 1.25 set g_balance_nex_secondary_animtime 0.75 set g_balance_nex_secondary_ammo 5 -set g_balance_nex_secondary_damagefalloff_mindist 1000 -set g_balance_nex_secondary_damagefalloff_maxdist 3000 -set g_balance_nex_secondary_damagefalloff_halflife 4000 -set g_balance_nex_secondary_damagefalloff_forcehalflife 4000 +set g_balance_nex_secondary_damagefalloff_mindist 0 +set g_balance_nex_secondary_damagefalloff_maxdist 4000 +set g_balance_nex_secondary_damagefalloff_halflife 2000 +set g_balance_nex_secondary_damagefalloff_forcehalflife 2000 // }}} // {{{ minstanex set g_balance_minstanex_refire 1.25