]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Increase the skill required to be effective with crylink primary bones_was_here/crylink_pri
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 30 Mar 2024 16:03:11 +0000 (02:03 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 30 Mar 2024 16:03:11 +0000 (02:03 +1000)
Disables g_balance_crylink_primary_linkexplode because it causes the
inconsistent damage problems in #2559 that !883 was trying to work
around, and is difficult to fix properly.  Also to incentivise proper
aim and use of the join/converge feature.

Reverts the change to g_balance_crylink_primary_edgedamage made in !883
because with linkexplode disabled it's no longer needed, and because you
shouldn't be rewarded with full damage when you didn't hit the target.

Reverts the change to g_balance_crylink_primary_refire made in !883
because it's no longer needed and the more consistent feel of having the
same refire time on primary and secondary is nice.

Keeps the change to g_balance_crylink_primary_bouncedamagefactor made in
!883 because this subtle buff makes it worthwhile to converge and aim
shots around corners, as an alternative to spamming grenades. It also
made the weapon a little easier to use.

bal-wep-xonotic.cfg

index 29d73a4240dce99f1ed7f9db67a7dd0f18394a13..44b8ddcd3f0e534b52aebdfc2fec86d5f82ceb40 100644 (file)
@@ -240,7 +240,7 @@ set g_balance_crylink_primary_animtime 0.3
 set g_balance_crylink_primary_bouncedamagefactor 1
 set g_balance_crylink_primary_bounces 1
 set g_balance_crylink_primary_damage 10
-set g_balance_crylink_primary_edgedamage 10
+set g_balance_crylink_primary_edgedamage 5
 set g_balance_crylink_primary_force -50
 set g_balance_crylink_primary_joindelay 0.1
 set g_balance_crylink_primary_joinexplode 1
@@ -249,13 +249,13 @@ set g_balance_crylink_primary_joinexplode_edgedamage 0
 set g_balance_crylink_primary_joinexplode_force 0
 set g_balance_crylink_primary_joinexplode_radius 0
 set g_balance_crylink_primary_joinspread 0.2
-set g_balance_crylink_primary_linkexplode 1
+set g_balance_crylink_primary_linkexplode 0
 set g_balance_crylink_primary_middle_fadetime 5
 set g_balance_crylink_primary_middle_lifetime 5
 set g_balance_crylink_primary_other_fadetime 5
 set g_balance_crylink_primary_other_lifetime 5
 set g_balance_crylink_primary_radius 80
-set g_balance_crylink_primary_refire 0.8
+set g_balance_crylink_primary_refire 0.7
 set g_balance_crylink_primary_shots 6
 set g_balance_crylink_primary_speed 2000
 set g_balance_crylink_primary_spread 0.08