From: Mircea Kitsune Date: Sun, 3 Apr 2011 14:10:49 +0000 (+0300) Subject: HLAC damage effect, same as laser X-Git-Tag: xonotic-v0.6.0~110^2^2~152 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=90c2349a64b81ff8673a164e063e4e1fae84c90b;p=xonotic%2Fxonotic-data.pk3dir.git HLAC damage effect, same as laser --- diff --git a/effectinfo.txt b/effectinfo.txt index 0ab00c989..3af35281b 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -5585,6 +5585,23 @@ lightradius 50 lightradiusfade 240 lightcolor 0.8 0.2 1.0 +// hlac damage effect +// used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1); +effect weapondamage_hlac +count 3 +type smoke +tex 0 8 +color 0x880000 0xff4400 +size 8 16 +sizeincrease 10 +alpha 128 16 128 +gravity 0 +originjitter 4 4 16 +velocityjitter 0.4 0.4 0.6 +velocitymultiplier 0 +airfriction -0.35 +rotate 0 180 -30 30 + // -------------------------------- // End of Weapon Damage Effects // -------------------------------- \ No newline at end of file