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

  1. particlesystem "Power" 1.00 {
  2.   position = XYZ(0,20,0)
  3.   eventsequence "faeries" {
  4.     sourceblendmode = BLEND_LAMP
  5.     particletype = TYPE_FOUR
  6.     loops = 1
  7.     numparticles = 15
  8.     gravity = XYZ(0,0,0)
  9.     emitrate = 20
  10.     emitradius = xyz(random(-25,25),0,random(-25,25))
  11.     lifetime = 1.5
  12.     texture = "effect\\particle\\shield1.tga"
  13.     initial size = 10
  14.     initial sizeExt = 20
  15.     initial LocalAngleY = 0
  16.     initial color = rgba(255,255,255,255)
  17.     initial velocity = XYZ(random(-10,10),random(40,60),random(-10,10))
  18.     fade so final color = rgba(0,0,0,0)
  19.     fade so final LocalAngleY = random(-200,-100)
  20.     }
  21.  
  22.     
  23. }