From 01e8a1772d1a9952d11bcc4061c4560c43b7295f Mon Sep 17 00:00:00 2001 From: div0 Date: Fri, 4 Sep 2009 11:18:03 +0000 Subject: [PATCH] speed up fireball effect git-svn-id: svn://svn.icculus.org/nexuiz/trunk@7627 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/effectinfo.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/effectinfo.txt b/data/effectinfo.txt index 7dcdc6324..447361a8a 100644 --- a/data/effectinfo.txt +++ b/data/effectinfo.txt @@ -4146,7 +4146,7 @@ lightcolor 2.7 2.7 0.6 // used nowhere in code effect fireball -trailspacing 0.5 +trailspacing 1 count 1 type smoke tex 48 55 @@ -4160,7 +4160,7 @@ velocityjitter 40 40 11 airfriction 1.2 //slowfire effect fireball -trailspacing 0.5 +trailspacing 1 count 1 type smoke tex 48 55 @@ -4174,7 +4174,7 @@ velocityjitter 40 40 40 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 @@ velocityjitter 30 30 30 airfriction 0.3 //decreasing fire effect fireball -trailspacing 1 +trailspacing 2 count 1 type smoke tex 48 55 @@ -4202,7 +4202,7 @@ velocityjitter 10 10 10 airfriction 0.3 //smoke effect fireball -trailspacing 2 +trailspacing 4 count 1 type alphastatic tex 0 8 @@ -4216,7 +4216,7 @@ velocityoffset 0 0 10 airfriction 1 //fastfire effect fireball -trailspacing 0.25 +trailspacing 0.5 count 1 type smoke tex 48 55 @@ -4230,9 +4230,9 @@ velocityjitter 0 0 0 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 -- 2.39.2