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

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