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

  1. particlesystem "Power" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   eventsequence "faeries" {
  4.     sourceblendmode = BLEND_LAMP
  5.     particletype = TYPE_THREE
  6.     numparticles = 20
  7.     gravity = XYZ(0,0,0)
  8.     emitrate = 20
  9.     emitradius = xyz(random(-8,8),0,random(-8,8))
  10.     lifetime = 0.6
  11.     texture = "effect\\particle\\flare.tga"
  12.     initial size = 2
  13.     initial sizeExt = random(25,35)
  14.     initial color = rgba(255,150,50,255)
  15.     initial velocity = XYZ(0,random(20,50),0)
  16.     //initial localAngleY = 0;
  17.     fade so final color = rgba(0,0,0,0)
  18.     //fade so final localAngleY = 360
  19.     }
  20.  
  21.     eventsequence "faeries" {
  22.     sourceblendmode = BLEND_LAMP
  23.     numparticles = 30
  24.     gravity = XYZ(0,0,0)
  25.     emitrate = 15
  26.     emitradius = xyz(random(-10,10),0,random(-10,10))
  27.     lifetime = 0.8
  28.     texture = "effect\\particle\\star1.tga"
  29.     initial size = random(5,10)
  30.     initial color = rgba(255,200,80,255)
  31.     initial velocity = XYZ(0,random(20,50),0)
  32.     fade so final color = rgba(0,0,0,0)
  33.     at 0.1 size = 15
  34.     at 0.2 size = 25
  35.     at 0.3 size = 15
  36.     at 0.4 size = 25
  37.     }
  38.  
  39. }