From 6c73441c144aca2740dcba8d1d6876c214e9be9d Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Sat, 2 Apr 2011 19:36:37 +0300 Subject: [PATCH] Add the first type of damage effect to effectinfo.txt (laser) --- effectinfo.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 -- 2.39.2