From: Mircea Kitsune Date: Sun, 3 Apr 2011 15:20:57 +0000 (+0300) Subject: Fireball effect. Obviously lotsa fire. X-Git-Tag: xonotic-v0.6.0~110^2^2~147 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7390cf24e18ae61ab066591f7ef6884a23021467;p=xonotic%2Fxonotic-data.pk3dir.git Fireball effect. Obviously lotsa fire. --- diff --git a/effectinfo.txt b/effectinfo.txt index 63f20246d..71ef8d53b 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -5466,7 +5466,7 @@ velocityjitter 11 11 50 // light effect weapondamage_minelayer trailspacing 8 -lightradius 65 +lightradius 60 lightradiusfade 280 lightcolor 0.9 0.6 0.2 @@ -5501,7 +5501,7 @@ velocityjitter 11 11 50 // light effect weapondamage_grenadelauncher trailspacing 8 -lightradius 65 +lightradius 60 lightradiusfade 280 lightcolor 0.9 0.6 0.2 @@ -5830,6 +5830,41 @@ lightradius 65 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