From 4c05e030bad27d742157eb17730d3fe4748714d6 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sun, 3 Apr 2011 16:56:25 +0300 Subject: [PATCH] Crylink effects, with some changes to Electro ones and lightning. --- effectinfo.txt | 53 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 47 insertions(+), 6 deletions(-) diff --git a/effectinfo.txt b/effectinfo.txt index 27a190c63..6719f5b12 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -5467,7 +5467,7 @@ velocityjitter 11 11 50 effect weapondamage_minelayer trailspacing 8 lightradius 65 -lightradiusfade 300 +lightradiusfade 240 lightcolor 0.9 0.6 0.2 // grenadelauncher damage effect @@ -5502,13 +5502,13 @@ velocityjitter 11 11 50 effect weapondamage_grenadelauncher trailspacing 8 lightradius 65 -lightradiusfade 300 +lightradiusfade 240 lightcolor 0.9 0.6 0.2 // electro damage effect // used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); effect weapondamage_electro -count 5 +count 4 type static tex 47 47 color 0x66ffff 0x2288ff @@ -5523,13 +5523,14 @@ velocityjitter 8 8 16 velocitymultiplier 0 airfriction -0.5 rotate 180 360 -30 30 +// plasma smoke effect weapondamage_electro count 3 type smoke tex 0 8 -color 0x2244ff 0x0022ff +color 0x2244ff 0x002266 size 4 8 -sizeincrease 8 +sizeincrease 10 alpha 64 32 64 gravity 0 originjitter 4 4 16 @@ -5541,9 +5542,49 @@ rotate 0 180 -30 30 effect weapondamage_electro trailspacing 8 lightradius 50 -lightradiusfade 200 +lightradiusfade 180 lightcolor 0.2 0.8 1.0 +// crylink damage effect +// used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); +effect weapondamage_crylink +count 3 +type static +tex 38 38 +color 0xff44ff 0x9966ff +size 5 10 +sizeincrease -8 +alpha 48 32 48 +gravity -0.0001 +airfriction 0.6 +liquidfriction 0.8 +originjitter 8 8 16 +velocityjitter 10 10 20 +velocitymultiplier 0 +airfriction -0.5 +rotate 180 360 -30 30 +// plasma smoke +effect weapondamage_crylink +count 3 +type smoke +tex 0 8 +color 0x8844ff 0x662244 +size 6 12 +sizeincrease 6 +alpha 64 32 64 +gravity 0.001 +originjitter 6 6 12 +velocityjitter 0.4 0.4 0.6 +velocitymultiplier 0 +airfriction -0.35 +rotate 0 180 -30 30 +// light +effect weapondamage_crylink +trailspacing 8 +lightradius 50 +lightradiusfade 200 +lightcolor 0.8 0.2 1.0 + // -------------------------------- // End of Weapon Damage Effects // -------------------------------- \ No newline at end of file -- 2.39.2