From d8d3211a0056bb9e9ca01a0d6deaa170f678c8ae Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Sun, 31 Mar 2024 02:03:11 +1000 Subject: [PATCH] Increase the skill required to be effective with crylink primary 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bal-wep-xonotic.cfg b/bal-wep-xonotic.cfg index 29d73a424..44b8ddcd3 100644 --- a/bal-wep-xonotic.cfg +++ b/bal-wep-xonotic.cfg @@ -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 -- 2.39.2