summaryrefslogtreecommitdiff
path: root/assets/scripts/hb_tesla.trail
blob: b64d1f263bffc6199edd50f3546f75a8cf0d0db2 (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
models/buildables/tesla/zap
{
  beam
  {
    shader        models/ammo/tesla/tesla_bolt

    segments      9
    width         8.0 8.0
    color         { 0.75 0.5 1.0 } -

    textureType   repeat front 100.0

    jitter        12.0 200
    jitter        2.0 20
  }

  beam
  {
    shader        models/ammo/tesla/tesla_bolt

    segments      9
    width         8.0 8.0
    color         { 0.5 0.8 1.0 } -

    textureType   repeat back 50.0

    jitter        12.0 150
    jitter        2.0 30
  }
}