[nexuiz-commits] r7650 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Sep 5 15:31:38 EDT 2009


Author: div0
Date: 2009-09-05 15:31:38 -0400 (Sat, 05 Sep 2009)
New Revision: 7650

Modified:
   trunk/data/weapons.cfg
   trunk/data/weaponsHavoc.cfg
Log:
fix some cfg bugs for the weapons, nothing serious (just tuba and a superfluous line)


Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-09-05 19:12:31 UTC (rev 7649)
+++ trunk/data/weapons.cfg	2009-09-05 19:31:38 UTC (rev 7650)
@@ -282,7 +282,6 @@
 set g_balance_porto_primary_refire 1.5
 set g_balance_porto_primary_speed 2000
 set g_balance_porto_primary_lifetime 30
-set g_balance_porto_primary_ammo 25
 set g_balance_portal_health 200 // these get recharged whenever the portal is used
 set g_balance_portal_lifetime 15 // these get recharged whenever the portal is used
 
@@ -296,7 +295,7 @@
 set g_balance_hook_secondary_edgedamage 5 // not much
 set g_balance_hook_secondary_radius 500 // LOTS
 set g_balance_hook_secondary_force -2000 // LOTS
-set g_balance_hook_secondary_ammo 25 // a whole pack
+set g_balance_hook_secondary_ammo 50 // a whole pack
 set g_balance_hook_secondary_lifetime 30 // infinite
 set g_balance_hook_secondary_speed 0 // not much throwing
 set g_balance_hook_secondary_gravity 5 // fast falling

Modified: trunk/data/weaponsHavoc.cfg
===================================================================
--- trunk/data/weaponsHavoc.cfg	2009-09-05 19:12:31 UTC (rev 7649)
+++ trunk/data/weaponsHavoc.cfg	2009-09-05 19:31:38 UTC (rev 7650)
@@ -277,7 +277,6 @@
 set g_balance_porto_primary_refire 1.5
 set g_balance_porto_primary_speed 2000
 set g_balance_porto_primary_lifetime 30
-set g_balance_porto_primary_ammo 50
 set g_balance_portal_health 200 // these get recharged whenever the portal is used
 set g_balance_portal_lifetime 15 // these get recharged whenever the portal is used
 
@@ -360,7 +359,7 @@
 set g_balance_tuba_animtime 0.25
 set g_balance_tuba_attenuation 0.5
 set g_balance_tuba_volume 1
-set g_balance_tuba_damage 10
+set g_balance_tuba_damage 25
 set g_balance_tuba_edgedamage 0
 set g_balance_tuba_radius 200
 set g_balance_tuba_force 200



More information about the nexuiz-commits mailing list