r2161 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 6 08:49:56 EST 2007


Author: lordhavoc
Date: 2007-02-06 08:49:55 -0500 (Tue, 06 Feb 2007)
New Revision: 2161

Modified:
   trunk/data/default.cfg
Log:
halved number of shotgun bullets (10->5) and doubled damage (6->12) to
cut down on network traffic from fragbait (aka newly spawned players)


Modified: trunk/data/default.cfg
===================================================================
--- trunk/data/default.cfg	2007-02-06 13:29:40 UTC (rev 2160)
+++ trunk/data/default.cfg	2007-02-06 13:49:55 UTC (rev 2161)
@@ -432,14 +432,14 @@
 set g_balance_laser_animtime 0.3
 set g_balance_laser_lifetime 9
 
-set g_balance_shotgun_primary_bullets 10
-set g_balance_shotgun_primary_damage 6
+set g_balance_shotgun_primary_bullets 5
+set g_balance_shotgun_primary_damage 12
 set g_balance_shotgun_primary_spread 0.07
 set g_balance_shotgun_primary_refire 0.5
 set g_balance_shotgun_primary_animtime 0.2
 set g_balance_shotgun_primary_ammo 1
-set g_balance_shotgun_secondary_bullets 10
-set g_balance_shotgun_secondary_damage 6
+set g_balance_shotgun_secondary_bullets 5
+set g_balance_shotgun_secondary_damage 12
 set g_balance_shotgun_secondary_spread 0.07
 set g_balance_shotgun_secondary_refire 1.35
 set g_balance_shotgun_secondary_animtime 0.2




More information about the nexuiz-commits mailing list