From: Mircea Kitsune Date: Sat, 2 Apr 2011 16:36:37 +0000 (+0300) Subject: Add the first type of damage effect to effectinfo.txt (laser) X-Git-Tag: xonotic-v0.6.0~110^2^2~178 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6c73441c144aca2740dcba8d1d6876c214e9be9d;p=xonotic%2Fxonotic-data.pk3dir.git Add the first type of damage effect to effectinfo.txt (laser) --- diff --git a/effectinfo.txt b/effectinfo.txt index e2b476ce8..8b91a311c 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -5257,3 +5257,28 @@ airfriction 5 originjitter 1 1 1 velocityjitter 100 100 100 velocitymultiplier -0.31 + +// -------------------------------- +// Weapon Damage Effects +// -------------------------------- + +// laser damage effect +// used in qcsrc/client/gibs.qc: pointparticles() +effect weapondamage_laser +count 5 +type smoke +tex 0 8 +color 0x110000 0x331100 +size 32 64 +sizeincrease 20 +alpha 32 64 32 +gravity 0 +originjitter 0 0 0 +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