From: Dr. Jaska Date: Mon, 3 Jul 2023 03:26:51 +0000 (+0000) Subject: Crylink balance change as a bandaid fix to remove falloff from splash damage X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c5de944ad1e92739642053e02db7d930c0eb21fa;p=xonotic%2Fxonotic-data.pk3dir.git Crylink balance change as a bandaid fix to remove falloff from splash damage --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5637179f1..fd99d5e35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,7 @@ test_sv_game: - wget -nv -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints - wget -nv -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache - - EXPECT=57325fe74835910e451ba42d31de8f34 + - EXPECT=12af950c278c649fbe8bcad6acf89bdb - HASH=$(${ENGINE} +exec serverbench.cfg | tee /dev/stderr | grep '^:' diff --git a/bal-wep-xdf.cfg b/bal-wep-xdf.cfg index 09466acce..491f0db71 100644 --- a/bal-wep-xdf.cfg +++ b/bal-wep-xdf.cfg @@ -237,10 +237,10 @@ set g_balance_electro_weaponthrowable 1 // {{{ #7: Crylink set g_balance_crylink_primary_ammo 3 set g_balance_crylink_primary_animtime 0.3 -set g_balance_crylink_primary_bouncedamagefactor 0.5 +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 5 +set g_balance_crylink_primary_edgedamage 10 set g_balance_crylink_primary_force -50 set g_balance_crylink_primary_joindelay 0.1 set g_balance_crylink_primary_joinexplode 1 @@ -255,7 +255,7 @@ 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.7 +set g_balance_crylink_primary_refire 0.8 set g_balance_crylink_primary_shots 6 set g_balance_crylink_primary_speed 2000 set g_balance_crylink_primary_spread 0.08 diff --git a/bal-wep-xonotic.cfg b/bal-wep-xonotic.cfg index aab42015c..de6d5418d 100644 --- a/bal-wep-xonotic.cfg +++ b/bal-wep-xonotic.cfg @@ -237,10 +237,10 @@ set g_balance_electro_weaponthrowable 1 // {{{ #7: Crylink set g_balance_crylink_primary_ammo 3 set g_balance_crylink_primary_animtime 0.3 -set g_balance_crylink_primary_bouncedamagefactor 0.5 +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 5 +set g_balance_crylink_primary_edgedamage 10 set g_balance_crylink_primary_force -50 set g_balance_crylink_primary_joindelay 0.1 set g_balance_crylink_primary_joinexplode 1 @@ -255,7 +255,7 @@ 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.7 +set g_balance_crylink_primary_refire 0.8 set g_balance_crylink_primary_shots 6 set g_balance_crylink_primary_speed 2000 set g_balance_crylink_primary_spread 0.08