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

  1. particlesystem "Attack" 1.00 {
  2.   position = XYZ(0,0,0)
  3.   eventsequence "faeries" {
  4.     sourceblendmode = BLEND_COLOR
  5.     loops = 1
  6.     numparticles = 30
  7.     gravity = XYZ(0,-20,0)
  8.     emitrate = 250
  9.     emitradius = xyz(0,0,0)
  10.     lifetime = 0.5
  11.     texture = "effect\\particle\\flare.tga"
  12.     initial size = 20
  13.     initial color = rgba(180,113,92,255)
  14.     initial velocity = XYZ(random(-50,50),random(-50,50),random(-50,50))
  15.     fade so at 1.5 color = rgba(0,0,0,0)
  16.     fade so final size = 12
  17.     }
  18.  
  19.   eventsequence "Attack1" {
  20.     sourceblendmode = BLEND_LAMP
  21.     loops = 1.5
  22.     numparticles = 1
  23.     gravity = XYZ(0,0,0)
  24.     emitrate = 10
  25.     emitradius = xyz(0,0,0)
  26.     lifetime = 0.8
  27.     texture = "effect\\particle\shock.tga"
  28.     
  29.     initial size = 80
  30.     
  31.     initial color = rgba(255,255,255,255)
  32.     initial velocity = XYZ(0,0,0)
  33.     
  34.     fade so final color = rgba(20,20,20,20)
  35.     fade so final size = 140
  36.  }
  37.  
  38.  eventsequence "Attack4" {
  39.     sourceblendmode = BLEND_LAMP
  40.     loops = 1
  41.     numparticles = 20
  42.     gravity = XYZ(0,0,0)
  43.     emitrate = 100
  44.     emitradius = xyz(random(-3,3),random(-3,3),random(-3,3))
  45.     lifetime = 1
  46.     texture = "effect\\particle\\flare.tga"
  47.  
  48.     initial size = 4
  49.     initial color = rgba(180,113,92,255)
  50.     initial velocity = XYZ(random(-150,150),random(-10,10),random(-10,10))
  51.     
  52.     
  53.     fade so final color = rgba(0,0,0,0)
  54.     fade so final size = 6
  55.   }
  56.   
  57.   eventsequence "lline1" {
  58.     sourceblendmode = BLEND_LAMP
  59.     numparticles = 1
  60.     gravity = XYZ(0,0,0)
  61.     emitrate = 25
  62.     emitradius = XYZ(0,0,0)
  63.     loops = 1
  64.     lifetime = 1
  65.     texture = "effect\\particle\\flare.tga"
  66.     initial color = rgba(180,113,92,255)
  67.     initial size    = 5
  68.     initial sizeext =  random(150,200)
  69.     initial Partangle = XYZ(0,0,random(-90,90))
  70.  
  71.     fade so at 0.4 color = rgba(255,255,255,255)
  72.     fade so final color = rgba(0,0,0,0)
  73.     }
  74.    
  75. }