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

  1. particlesystem "FireJet" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   
  4.   eventsequence "FireJet" {
  5.     sourceblendmode = BLEND_LAMP
  6.     numparticles = 10
  7.     gravity = XYZ(0,-10,0)
  8.     emitrate = 10
  9.     loops = 250
  10.     lifetime = Random(0.01,0.1)
  11.     texture = "effect\\particle\\ice-2.bmp"
  12.     initial color = rgba(255,255,255,255)
  13.     initial size = 30
  14.     initial velocity = XYZ(random(-20,20),random(-20,20),random(-20,20))
  15.     fade so final color = rgba(0,0,0,0)
  16.     fade so final size = 1
  17.     }
  18.     
  19.     eventsequence "FireJet" {
  20.     sourceblendmode = BLEND_LAMP
  21.     numparticles = 25
  22.     gravity = XYZ(0,-10,0)
  23.     emitrate = 25
  24.     loops = 250
  25.     lifetime = Random(0,0.9)
  26.     texture = "effect\\particle\\ice-2.bmp"
  27.     
  28.     initial color = rgba(255,255,255,255)
  29.     initial size = 20
  30.     initial velocity = XYZ(random(-20,20),random(-20,20),random(-20,20))
  31.     initial partAngleZ = random(0,360)
  32.     fade so final color = rgba(0,0,0,0)
  33.     fade so final partAngleZ = random(0,360)
  34.     fade so final size = 1
  35.     }
  36. }
  37.  
  38.  
  39.  
  40.