]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make the ring portion of the Electro combo effect more visible
authorMario <mario.mario@y7mail.com>
Wed, 30 Oct 2024 10:53:50 +0000 (20:53 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 30 Oct 2024 10:53:50 +0000 (20:53 +1000)
effectinfo.txt
qcsrc/common/effects/effectinfo.inc

index 31fe697bd8a2c4336e68d2a9e69317494cf21c85..8e3230d66464afc4ed03dc3a49b79183b97737c2 100644 (file)
@@ -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
index 2acdfa1ff2f30b85da447f2cf644fc50768113a0..ad2800bb82fa83032bce5537827d29ee64ab7799 100644 (file)
@@ -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;