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

  1. particlesystem "DMachine" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   eventsequence "faeries" {
  4.     sourceblendmode = BLEND_LAMP
  5.     numparticles = 5
  6.     loops = 1
  7.     gravity = XYZ(0,0,0)
  8.     emitrate = 40
  9.     emitradius = xyz(random(-15,15),random(0,10),random(-15,15))
  10.     lifetime = 0.8
  11.     texture = "effect\\particle\\dust1.bmp"
  12.     initial size = 25
  13.     initial color = rgba(255,255,255,255)
  14.     initial velocity = XYZ(0,15,0)
  15.     fade so final color = rgba(0,0,0,0)
  16.     fade so final size = 30
  17.     }
  18. }