summaryrefslogtreecommitdiff
path: root/assets/scripts/aw_level2_upg.trail
blob: 83fe7bc4995780e0444616e12db05cb9a1b38e73 (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

models/weapons/lev2zap/lightning
{
  beam
  {
    shader        models/ammo/tesla/tesla_bolt

    segments      5
    width         16.0 16.0
    color         { 0.8 0.8 0.8 } -

    textureType   repeat front 100.0

    jitter        4.0 200
    jitter        1.0 20
  }

  beam
  {
    shader        models/ammo/tesla/tesla_bolt

    segments      8
    width         5.0 5.0
    color         { 0.5 0.8 1.0 } -

    textureType   repeat back 50.0

    jitter        2.0 150
    jitter        1.0 30
  }
}