[nexuiz-commits] r7173 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jul 9 16:35:42 EDT 2009


Author: morphed
Date: 2009-07-09 16:35:42 -0400 (Thu, 09 Jul 2009)
New Revision: 7173

Modified:
   trunk/data/effectinfo.txt
Log:
new cl_gentle fx

Modified: trunk/data/effectinfo.txt
===================================================================
--- trunk/data/effectinfo.txt	2009-07-09 17:28:13 UTC (rev 7172)
+++ trunk/data/effectinfo.txt	2009-07-09 20:35:42 UTC (rev 7173)
@@ -2362,93 +2362,93 @@
 
 // Zero-violence effects
 
-// impact effect indicating damage
+// cl_gentle impact effect indicating damage
 // used in qcsrc/client/gibs.qc:			pointparticles(particleeffectnum("damage_hit"), org, vel, amount * 16)
 effect damage_hit
-tex 48 55
+tex 43 43
 count 1
-type alphastatic
-color 0x00FFFF 0xFF00FF
-size 16 16
+type spark
+color 0xffffff 0x9271fb
+size 14 24
 sizeincrease -24
-alpha 128 128 192
+alpha 128 128 292
 gravity -0.4
-bounce 1.5
 airfriction 5
 liquidfriction 10
-velocityjitter 256 256 256
+velocityjitter 356 356 456
+
 effect damage_hit
-tex 48 55
+tex 0 8
 count 1
-type alphastatic
-color 0xFF00FF 0xFFFF00
-size 16 16
+type smoke
+color 0xffffff 0x9271fb
+size 24 24
 sizeincrease -24
-alpha 128 128 192
-gravity -0.4
-bounce 1.5
+alpha 128 128 292
 airfriction 5
 liquidfriction 10
-velocityjitter 256 256 256
-effect damage_hit
-tex 48 55
-count 1
-type alphastatic
-color 0xFFFF00 0x00FFFF
-size 16 16
-sizeincrease -24
-alpha 128 128 192
-gravity -0.4
-bounce 1.5
-airfriction 5
-liquidfriction 10
-velocityjitter 256 256 256
+originjitter 10 10 10
 
+
 // effect for removing player model
 // "teleport"
 
-// large sparks
+// cl_gentle deathfx
 // used in qcsrc/client/gibs.qc:			pointparticles(particleeffectnum("damage_dissolve"), org, vel, amount)
 effect damage_dissolve
-tex 48 55
-count 30
-type alphastatic
-color 0x00FFFF 0xFF00FF
-size 32 32
+tex 43 43
+count 20
+type spark
+color 0xffffff 0x9271fb
+size 62 62
 sizeincrease -16
-alpha 256 256 128
+alpha 256 256 328
 gravity -0.4
-bounce 1.5
 airfriction 3
 liquidfriction 6
-velocityjitter 512 512 512
+velocityjitter 256 256 512
+
 effect damage_dissolve
-tex 48 55
-count 30
-type alphastatic
-color 0xFF00FF 0xFFFF00
-size 32 32
+tex 43 43
+count 5
+type spark
+color 0x7bdbff 0xbed2ff
+size 62 62
 sizeincrease -16
-alpha 256 256 128
-gravity -0.4
-bounce 1.5
+alpha 256 256 328
+gravity -0.8
+airfriction 5
+liquidfriction 6
+velocityjitter 256 256 512
+
+effect damage_dissolve
+tex 0 8
+count 10
+type smoke
+color 0xffffff 0x9271fb
+size 44 44
+sizeincrease -16
+alpha 256 256 228
 airfriction 3
 liquidfriction 6
-velocityjitter 512 512 512
+originjitter 32 32 96
+
+
 effect damage_dissolve
-tex 48 55
+tex 46 46
 count 30
-type alphastatic
-color 0xFFFF00 0x00FFFF
+type smoke
+color 0xffffff 0x9271fb
 size 32 32
 sizeincrease -16
-alpha 256 256 128
-gravity -0.4
+alpha 256 256 228
+gravity 1
 bounce 1.5
 airfriction 3
 liquidfriction 6
-velocityjitter 512 512 512
+velocityjitter 400 400 0
 
+
 // decal
 // used in qcsrc/server/g_triggers.qc:					self.cnt = particleeffectnum("laser_deadly")
 // used in qcsrc/server/g_triggers.qc:			self.cnt = particleeffectnum("laser_deadly")



More information about the nexuiz-commits mailing list