ParticleSystem " sparks " 1.00
{
   Position = XYZ(0.00,0.00,0.00)
   SourceBlending = 5
   DestBlending = 2

   EventSequence " sparks "
   {
      Offset = XYZ(0.00,0.00,0.00)
      LifeTime = random(0.50,0.80)
      EmitRate = random(200,220)
      EmitRadius = XYZ(random(-2.00,2.00),random(-2.00,2.00),random(-2.00,2.00))
      Gravity = XYZ(-50.00,-50.00,-1000.00)
      FollowCamera = 3
      Orientation = XYZ(0.00,0.00,0.00)
      OriR = 90
      SelfRotation = 0
      SelfRotAxis = XYZ(0.00,0.00,0.00)
      SelfRotSpeed = random(0.00,0.00)
      Has_Rotation = 0
      IsSmo = 1
      Model = " sparks "
      NumParticles = 20
      TimeDelay = 0.00
      Loop = 1

      Initial Velocity = XYZ(random(300.00,-300.00), random(300.00,-300.00), random(250.00,200.00))
      Initial Size = random(0.50,0.60)
      Initial Color = RGBA(random(247,249), random(179,228), random(87,185), random(255,255))

      //// Color 1
      Fade So At 0.80 Color = RGBA(random(172,172),random(72,72),random(72,72),random(0,0))

      //// Size 1
      Fade So At 0.80 Size = random(0.10,0.20)

      //// Velocity 1
      Fade So At 0.80 Velocity = XYZ(random(50.00,-50.00),random(50.00,-50.00),random(50.00,50.00))

   }
}
