home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 August / Net_2003_08.iso / fscommand / data1.cab / App_Executables / Effect / Particle / Script / SerqbusHit1.part < prev    next >
Encoding:
Text File  |  2003-05-21  |  1.1 KB  |  38 lines

  1. particlesystem "Attack" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   eventsequence "Attack4" {
  4.     sourceblendmode = BLEND_LAMP
  5.     loops = 1
  6.     numparticles = 40
  7.     gravity = XYZ(0,0,0)
  8.     emitrate = 200
  9.     emitradius = xyz(random(0,0),random(-0,0),random(-0,0))
  10.     lifetime = 1
  11.     texture = "effect\\particle\\flare.tga"
  12.  
  13.     initial size = 10
  14.     initial color = rgba(random(0,100),random(0,100),255,random(0,255))
  15.     initial velocity = XYZ(random(-60,60),random(-50,50),random(-60,60))
  16.     
  17.     fade so final color = rgba(0,0,0,0)
  18.     fade so final size = 10
  19.   }
  20.   
  21.   eventsequence "Attack3" {
  22.     sourceblendmode = BLEND_LAMP
  23.     loops = 1
  24.     numparticles = 15
  25.     gravity = XYZ(0,0,0)
  26.     emitrate = 200
  27.     emitradius = XYZ(random(-10,10),random(0,0),random(-10,10))
  28.     lifetime = random(1,1.5)
  29.     texture = "effect\\particle\\dust2.bmp"
  30.     initial size = random(10,25)
  31.     initial color = rgba(50,50,255,255)
  32.  
  33.     fade so final color = rgba(0,0,0,0)
  34.     initial velocity = XYZ(random(-30,30),random(-30,30),random(-30,30))
  35.   }
  36.   
  37.    
  38. }