home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2003 #8 / Net_2003_08.iso / fscommand / data1.cab / App_Executables / Effect / Particle / Script / EnchantWeaponLight.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 = 6
  7.     gravity = XYZ(0,-10,0)
  8.     emitrate = 15
  9.     loops = 250
  10.     lifetime = Random(0.01,0.2)
  11.     texture = "effect\\particle\\light-01.bmp"
  12.     initial color = rgba(230,230,230,230)
  13.     initial size = 18
  14.     initial partangleZ = random(0,360)
  15.     initial velocity = XYZ(random(-20,20),random(0,0),random(-20,20))
  16.     fade so final color = rgba(0,0,0,0)
  17.     fade so final size = 1
  18.     }
  19.     
  20.     eventsequence "FireJet" {
  21.     sourceblendmode = BLEND_LAMP
  22.     numparticles = 6
  23.     gravity = XYZ(0,-10,0)
  24.     emitrate = 13
  25.     loops = 250
  26.     lifetime = Random(0.5,0.6)
  27.     texture = "effect\\particle\\light-02.bmp"
  28.     
  29.     initial color = rgba(255,255,255,255)
  30.     initial size = 17
  31.     initial partAngleZ = random(0,360)
  32.     initial velocity = XYZ(random(-5,5),random(-5,-5),random(-5,5))
  33.     fade so final color = rgba(0,0,0,0)
  34.     fade so final size = 1
  35.     }
  36. }
  37.  
  38.  
  39.  
  40.