]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Set HLAC projectile speed to 6000, matches Blaster
authorbones_was_here <bones_was_here@xa.org.au>
Sun, 23 May 2021 04:21:58 +0000 (14:21 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Sun, 23 May 2021 04:21:58 +0000 (14:21 +1000)
In Nexuiz, HLAC and Laser used the same projectile speed (9000),
as the concept was a kind of pistol vs assault weapon relationship

bal-wep-xonotic.cfg

index cb7e71ce29e5674513c59366db4ce03dd4770374..7715b7c46d707322746680f1f450a5b2cdb9f375 100644 (file)
@@ -505,7 +505,7 @@ set g_balance_hlac_primary_force 90
 set g_balance_hlac_primary_lifetime 5
 set g_balance_hlac_primary_radius 70
 set g_balance_hlac_primary_refire 0.15
-set g_balance_hlac_primary_speed 9000
+set g_balance_hlac_primary_speed 6000
 set g_balance_hlac_primary_spread_add 0.0045
 set g_balance_hlac_primary_spread_crouchmod 0.25
 set g_balance_hlac_primary_spread_max 0.25
@@ -522,7 +522,7 @@ set g_balance_hlac_secondary_lifetime 5
 set g_balance_hlac_secondary_radius 70
 set g_balance_hlac_secondary_refire 1
 set g_balance_hlac_secondary_shots 6
-set g_balance_hlac_secondary_speed 9000
+set g_balance_hlac_secondary_speed 6000
 set g_balance_hlac_secondary_spread 0.15
 set g_balance_hlac_secondary_spread_crouchmod 0.5
 set g_balance_hlac_switchdelay_drop 0.2