[nexuiz-commits] r6708 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 11 15:09:20 EDT 2009


Author: div0
Date: 2009-05-11 15:09:20 -0400 (Mon, 11 May 2009)
New Revision: 6708

Modified:
   trunk/data/weapons.cfg
   trunk/data/weaponsHavoc.cfg
Log:
hooked: less ammo (so you can always hook twice with one hook pickup)


Modified: trunk/data/weapons.cfg
===================================================================
--- trunk/data/weapons.cfg	2009-05-11 19:05:01 UTC (rev 6707)
+++ trunk/data/weapons.cfg	2009-05-11 19:09:20 UTC (rev 6708)
@@ -277,7 +277,7 @@
 set g_balance_hook_primary_animtime 0.3 // good shoot anim
 set g_balance_hook_primary_hooked_time_max 0 // infinite
 set g_balance_hook_primary_hooked_time_free 2 // 2s being hooked are free
-set g_balance_hook_primary_hooked_fuel 8 // fuel per second hooked
+set g_balance_hook_primary_hooked_fuel 6 // fuel per second hooked
 set g_balance_hook_secondary_damage 25 // not much
 set g_balance_hook_secondary_edgedamage 5 // not much
 set g_balance_hook_secondary_radius 500 // LOTS

Modified: trunk/data/weaponsHavoc.cfg
===================================================================
--- trunk/data/weaponsHavoc.cfg	2009-05-11 19:05:01 UTC (rev 6707)
+++ trunk/data/weaponsHavoc.cfg	2009-05-11 19:09:20 UTC (rev 6708)
@@ -272,7 +272,7 @@
 set g_balance_hook_primary_animtime 0.3 // good shoot anim
 set g_balance_hook_primary_hooked_time_max 0 // infinite
 set g_balance_hook_primary_hooked_time_free 2 // 2s being hooked are free
-set g_balance_hook_primary_hooked_fuel 8 // fuel per second hooked
+set g_balance_hook_primary_hooked_fuel 6 // fuel per second hooked
 set g_balance_hook_secondary_damage 25 // not much
 set g_balance_hook_secondary_edgedamage 5 // not much
 set g_balance_hook_secondary_radius 500 // LOTS



More information about the nexuiz-commits mailing list