home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 August / Net_2003_08.iso / fscommand / data1.cab / App_Executables / Effect / Particle / Script / SerqbusHit3.part < prev    next >
Encoding:
Text File  |  2003-05-21  |  1.0 KB  |  37 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.     initial size = 10
  13.     initial color = rgba(108,8,random(200,255),random(0,255))
  14.     initial velocity = XYZ(random(-60,60),random(-50,50),random(-60,60))
  15.     
  16.     fade so final color = rgba(0,0,0,0)
  17.     fade so final size = 10
  18.   }
  19.   
  20.   eventsequence "Attack3" {
  21.     sourceblendmode = BLEND_LAMP
  22.     loops = 1
  23.     numparticles = 15
  24.     gravity = XYZ(0,0,0)
  25.     emitrate = 200
  26.     emitradius = XYZ(random(-10,10),random(0,0),random(-10,10))
  27.     lifetime = random(1,1.5)
  28.     texture = "effect\\particle\\dust2.bmp"
  29.     initial size = random(10,25)
  30.     initial color = rgba(150,50,150,255)
  31.  
  32.     fade so final color = rgba(0,0,0,0)
  33.     initial velocity = XYZ(random(-30,30),random(0,20),random(-30,30))
  34.   }
  35.   
  36.    
  37. }