// light
effect weapondamage_minelayer
trailspacing 8
-lightradius 65
+lightradius 60
lightradiusfade 280
lightcolor 0.9 0.6 0.2
// light
effect weapondamage_grenadelauncher
trailspacing 8
-lightradius 65
+lightradius 60
lightradiusfade 280
lightcolor 0.9 0.6 0.2
lightradiusfade 280
lightcolor 0.9 0.7 0.2
+// fireball damage effect
+// used in qcsrc/client/gibs.qc: pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1);
+effect weapondamage_fireball
+//notunderwater
+count 4
+type smoke
+tex 48 55
+size 10 20
+alpha 192 16 192
+gravity -0.5
+color 0x8f0d00 0xff5a00
+sizeincrease -10
+originoffset 0 0 10
+originjitter 8 8 24
+velocityjitter 22 22 50
+// smoke
+effect weapondamage_fireball
+type alphastatic
+count 4
+tex 0 8
+size 8 16
+sizeincrease 5
+alpha 128 32 128
+color 0x000000 0x111111
+gravity -0.3
+originoffset 0 0 10
+originjitter 8 8 24
+velocityjitter 11 11 50
+// light
+effect weapondamage_fireball
+trailspacing 8
+lightradius 60
+lightradiusfade 280
+lightcolor 0.9 0.6 0.2
+
// --------------------------------
// End of Weapon Damage Effects
// --------------------------------
\ No newline at end of file