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

  1. particlesystem "Power" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   
  4.   eventsequence "faeries" {
  5.     sourceblendmode = BLEND_LAMP
  6.     particletype = TYPE_THREE
  7.     numparticles = 30
  8.     gravity = XYZ(0,0,0)
  9.     emitrate = 40
  10.     emitradius = xyz(0,0,0)
  11.     lifetime = 0.5
  12.     texture = "effect\\particle\\flare.tga"
  13.     initial size = random(10,15)
  14.     initial sizeExt = random(100,150)
  15.     initial partAngle = XYZ(random(-360,360), random(-360,360), random(-360,360))
  16.     initial color = rgba(255,150,50,200)
  17.     initial velocity = XYZ(0,0,0)
  18.     fade so final color = rgba(0,0,0,0)
  19.     fade so final sizeExt = 200
  20.     }
  21. }