r3736 - trunk/data

savagex at icculus.org savagex at icculus.org
Sun Jun 29 10:58:09 EDT 2008


Author: savagex
Date: 2008-06-29 10:58:05 -0400 (Sun, 29 Jun 2008)
New Revision: 3736

Modified:
   trunk/data/effectinfo.txt
Log:
more beefy damage_dissolve effect for sv_gentle


Modified: trunk/data/effectinfo.txt
===================================================================
--- trunk/data/effectinfo.txt	2008-06-29 12:15:44 UTC (rev 3735)
+++ trunk/data/effectinfo.txt	2008-06-29 14:58:05 UTC (rev 3736)
@@ -2254,15 +2254,38 @@
 velocityjitter 16 16 16
 
 // effect for removing player model
+// "teleport"
 effect damage_dissolve
-count 112
+count 96
 type static
-color 0x00FF00 0xFFFFFF
+color 0x66FF66 0xFFFFFF
 size 10 10
-alpha 64 128 256
+alpha 64 128 128
 airfriction 1
 liquidfriction 4
 originoffset 0 0 28
 originjitter 16 16 28
 velocityjitter 0 0 256
+// flare
+effect damage_dissolve
+countabsolute 1
+type static
+tex 38 38
+color 0x00FF00 0x99FF99
+size 32 32
+alpha 256 256 196
+// large sparks
+effect damage_dissolve
+count 20
+type static
+color 0x00FF00 0x99FF99
+size 16 16
+alpha 256 256 256
+//gravity 1
+bounce 1.5
+airfriction 4
+liquidfriction 16
+//velocityoffset 0 0 120
+velocityjitter 512 512 512
 
+




More information about the nexuiz-commits mailing list