home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 #8 / Net_2003_08.iso / fscommand / data1.cab / App_Executables / Effect / Particle / Script / FuryHit1.part < prev    next >
Encoding:
Text File  |  2003-05-21  |  565 b   |  18 lines

  1. particlesystem "Power" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   eventsequence "faeries" {
  4.     sourceblendmode = BLEND_ADDCOLOR
  5.     loops = 1
  6.     numparticles = 120
  7.     gravity = XYZ(0,0,0)
  8.     emitrate = 150
  9.     emitradius = xyz(random(-100,100),0,random(-100,100))
  10.     lifetime = 2
  11.     texture = "effect\\particle\\flare.tga"
  12.     initial size = 10
  13.     initial color = rgba(random(200,255),100,0,random(0,255))
  14.     initial velocity = XYZ(random(-5,5),random(-5,110),random(-5,5))
  15.     fade so at 1.5 color = rgba(0,0,0,0)
  16.     fade so final size = 12
  17.     }
  18. }