]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fireball effect. Obviously lotsa fire.
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 3 Apr 2011 15:20:57 +0000 (18:20 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 3 Apr 2011 15:20:57 +0000 (18:20 +0300)
effectinfo.txt

index 63f20246dca51f27c996744141cdcf3202fc7eda..71ef8d53bee0e4a0c21aabf32dabbc17a5546f9f 100644 (file)
@@ -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