[nexuiz-commits] r7627 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 4 07:18:04 EDT 2009


Author: div0
Date: 2009-09-04 07:18:03 -0400 (Fri, 04 Sep 2009)
New Revision: 7627

Modified:
   trunk/data/effectinfo.txt
Log:
speed up fireball effect


Modified: trunk/data/effectinfo.txt
===================================================================
--- trunk/data/effectinfo.txt	2009-09-04 11:09:28 UTC (rev 7626)
+++ trunk/data/effectinfo.txt	2009-09-04 11:18:03 UTC (rev 7627)
@@ -4146,7 +4146,7 @@
 
 // used nowhere in code
 effect fireball
-trailspacing 0.5
+trailspacing 1
 count 1
 type smoke
 tex 48 55
@@ -4160,7 +4160,7 @@
 airfriction 1.2
 //slowfire
 effect fireball
-trailspacing 0.5
+trailspacing 1
 count 1
 type smoke
 tex 48 55
@@ -4174,7 +4174,7 @@
 airfriction 1.2
 // very slow and small fire
 effect fireball
-trailspacing 1
+trailspacing 2
 count 1
 type smoke
 tex 48 55
@@ -4188,7 +4188,7 @@
 airfriction 0.3
 //decreasing fire
 effect fireball
-trailspacing 1
+trailspacing 2
 count 1
 type smoke
 tex 48 55
@@ -4202,7 +4202,7 @@
 airfriction 0.3
 //smoke
 effect fireball
-trailspacing 2
+trailspacing 4
 count 1
 type alphastatic
 tex 0 8
@@ -4216,7 +4216,7 @@
 airfriction 1
 //fastfire
 effect fireball
-trailspacing 0.25
+trailspacing 0.5
 count 1
 type smoke
 tex 48 55
@@ -4230,9 +4230,9 @@
 airfriction 1.2
 // light only
 effect fireball
-trailspacing 4
+trailspacing 8
 lightradius 300
-lightradiusfade 50000
+lightradiusfade 3000
 lightcolor 2.7 2.7 0.6
 
 // fireball



More information about the nexuiz-commits mailing list