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

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