From 59d507b4efda55971a5446fb878d49241674edaf Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Thu, 5 Jan 2012 01:12:12 +0200 Subject: [PATCH] Slightly lower light intensities --- effectinfo.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/effectinfo.txt b/effectinfo.txt index e6df6d3de..81e464a3b 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -6743,7 +6743,7 @@ effect weapondamage_minelayer trailspacing 8 lightradius 60 lightradiusfade 280 -lightcolor 0.9 0.6 0.2 +lightcolor 0.7 0.4 0.2 // grenadelauncher damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -6776,7 +6776,7 @@ effect weapondamage_grenadelauncher trailspacing 8 lightradius 60 lightradiusfade 280 -lightcolor 0.9 0.6 0.2 +lightcolor 0.7 0.4 0.2 // electro damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -6816,7 +6816,7 @@ effect weapondamage_electro trailspacing 8 lightradius 50 lightradiusfade 220 -lightcolor 0.2 0.8 1.0 +lightcolor 0.2 0.6 0.8 // crylink damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -6856,7 +6856,7 @@ effect weapondamage_crylink trailspacing 8 lightradius 50 lightradiusfade 240 -lightcolor 0.8 0.2 1.0 +lightcolor 0.6 0.2 0.8 // hlac damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -6913,7 +6913,7 @@ effect weapondamage_nex trailspacing 8 lightradius 60 lightradiusfade 280 -lightcolor 0.8 1.0 1.0 +lightcolor 0.6 0.8 0.8 // minstanex damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -6953,7 +6953,7 @@ effect weapondamage_minstanex trailspacing 8 lightradius 60 lightradiusfade 240 -lightcolor 0.8 1.0 1.0 +lightcolor 0.6 0.8 0.8 // sniperrifle damage effect, normal blood // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -7064,7 +7064,7 @@ effect weapondamage_seeker trailspacing 8 lightradius 65 lightradiusfade 280 -lightcolor 0.9 0.7 0.2 +lightcolor 0.7 0.5 0.1 // hagar damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -7097,7 +7097,7 @@ effect weapondamage_hagar trailspacing 8 lightradius 65 lightradiusfade 280 -lightcolor 0.9 0.7 0.2 +lightcolor 0.7 0.5 0.1 // fireball damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -7130,7 +7130,7 @@ effect weapondamage_fireball trailspacing 8 lightradius 65 lightradiusfade 280 -lightcolor 0.9 0.6 0.2 +lightcolor 1.0 0.8 0.4 // rocketlauncher damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); @@ -7163,7 +7163,7 @@ effect weapondamage_rocketlauncher trailspacing 8 lightradius 60 lightradiusfade 280 -lightcolor 0.9 0.6 0.2 +lightcolor 0.8 0.6 0.2 // metal impact effect // used in qcsrc/server/mutators/sandbox.qc: pointparticles(particleeffectnum("impact_metal"), self.origin, '0 0 0', 1); -- 2.39.2