]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
And lastly, Rocket Launcher damage effect. All weapons that use this effect now have...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 3 Apr 2011 15:24:48 +0000 (18:24 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 3 Apr 2011 15:24:48 +0000 (18:24 +0300)
effectinfo.txt

index 71ef8d53bee0e4a0c21aabf32dabbc17a5546f9f..ca9d78bdb8df138d5fb005935fdd268d809abd02 100644 (file)
@@ -5861,6 +5861,41 @@ velocityjitter 11 11 50
 // light
 effect weapondamage_fireball
 trailspacing 8
+lightradius 65
+lightradiusfade 280
+lightcolor 0.9 0.6 0.2
+
+// rocketlauncher damage effect
+// used in qcsrc/client/gibs.qc:                       pointparticles(particleeffectnum(effectnum), org, '0 0 0', 1);
+effect weapondamage_rocketlauncher
+//notunderwater
+count 3
+type smoke
+tex 48 55
+size 7 14
+alpha 256 16 256
+gravity -0.5
+color 0x8f0d00 0xff5a00
+sizeincrease -10
+originoffset 0 0 10
+originjitter 6 6 8
+velocityjitter 22 22 50
+// smoke
+effect weapondamage_rocketlauncher
+type alphastatic
+count 3
+tex 0 8
+size 5 10
+sizeincrease 5
+alpha 128 32 128
+color 0x000000 0x111111
+gravity -0.3
+originoffset 0 0 10
+originjitter 6 6 8
+velocityjitter 11 11 50
+// light
+effect weapondamage_rocketlauncher
+trailspacing 8
 lightradius 60
 lightradiusfade 280
 lightcolor 0.9 0.6 0.2