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

  1. particlesystem "IceHit" 1.00 {
  2.   position = XYZ(0,100,-100)
  3.   
  4.   eventsequence "Light" {
  5.     sourceblendmode = BLEND_LAMP
  6.     numparticles = 1
  7.     gravity = XYZ(0,0,0)
  8.     emitrate = 40
  9.     loops = 1
  10.     lifetime = Random(0.01,0.7)
  11.     texture = "effect\\particle\\flare.tga"
  12.     initial color = rgba(200,200,200,200)
  13.     initial size = 80
  14.     initial velocity = XYZ(random(-5,5),random(5,5),random(-5,5))
  15.     initial partAngleZ = random(0,360)
  16.     fade so final color = rgba(0,0,0,0)
  17.     fade so final size = 40
  18.     }
  19.  
  20.   eventsequence "Hit1" {
  21.     sourceblendmode = BLEND_LAMP
  22.     numparticles = 2
  23.     gravity = XYZ(0,0,0)
  24.     emitrate = 40
  25.     loops = 1
  26.     lifetime = Random(0.01,1)
  27.     texture = "effect\\particle\\ice-at.bmp"
  28.     initial color = rgba(255,255,255,255)
  29.     initial size = 50
  30.     initial velocity = XYZ(random(-5,5),random(5,5),random(-5,5))
  31.     initial partAngleZ = random(0,360)
  32.     fade so final color = rgba(0,0,0,0)
  33.     fade so final size = 30
  34.     }
  35.  
  36. eventsequence "Particle1" {
  37.     sourceblendmode = BLEND_LAMP
  38.     numparticles = 15
  39.     gravity = XYZ(0,-10,0)
  40.     emitrate = 100
  41.     loops = 1
  42.     lifetime = Random(1,1)
  43.     texture = "effect\\particle\\ice-2.bmp"
  44.     emitradius = xyz(random(-20,20),random(-20,20),random(-20,20))
  45.     initial color = rgba(255,255,255,255)
  46.     initial size = 40
  47.     initial velocity = XYZ(random(-10,10),random(-10,10),random(-10,10))
  48.     fade so final color = rgba(0,0,0,0)
  49.     fade so final size = 1
  50.     }
  51. }
  52.  
  53.  
  54.  
  55.