summaryrefslogtreecommitdiff
path: root/assets/scripts/ab_hive.particle
blob: 470ff5cc54bf69e5cb697fba92b0432765f92d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
models/weapons/hive/missilePS
{
  ejector
  {
    particle
    {
      shader 20 models/weapons/hive/sprite1.tga models/weapons/hive/sprite2.tga

      displacement 0 0 0 ~4.0

      parentVelocityFraction  0.5
      velocityType      static
      velocityDir       linear
      velocityMagnitude 100
      velocity          0 0 1 ~180

      accelerationType      cent
      accelerationDir       point
      accelerationMagnitude 2000

      rotation 0 -20.0~40.0 -20.0~40.0
      radius 0 2.0 2.0
      alpha  0 1.0 0.0
      bounce 0.5

      lifeTime 4000
    }

    count infinite
    delay 0
    period 100 - ~0%
  }
}