From 17498c4a1dc1e9ee14f1eb7382490ff57b65a0dd Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 30 Oct 2024 20:53:50 +1000 Subject: [PATCH] Make the ring portion of the Electro combo effect more visible --- effectinfo.txt | 2 +- qcsrc/common/effects/effectinfo.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/effectinfo.txt b/effectinfo.txt index 31fe697bd..8e3230d66 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -1351,7 +1351,7 @@ effect electro_combo velocityjitter 32 32 32 effect electro_combo type smoke - alpha 40 40 20 + alpha 64 64 40 color 0xa9cacf 0x0054ff countabsolute 1 size 120 120 diff --git a/qcsrc/common/effects/effectinfo.inc b/qcsrc/common/effects/effectinfo.inc index 2acdfa1ff..ad2800bb8 100644 --- a/qcsrc/common/effects/effectinfo.inc +++ b/qcsrc/common/effects/effectinfo.inc @@ -2235,9 +2235,9 @@ SUB(electro_combo) { } // shockwave SUB(electro_combo) { - MY(alpha_min) = 40; - MY(alpha_max) = 40; - MY(alpha_fade) = 20; + MY(alpha_min) = 64; + MY(alpha_max) = 64; + MY(alpha_fade) = 40; MY(color_min) = "0xa9cacf"; MY(color_max) = "0x0054ff"; MY(countabsolute) = 1; -- 2.39.2