blob: c099b230b87f6c9dc4a2bb57638b57ecb2323f91 (
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
34
35
36
37
38
39
40
41
42
43
44
45
|
models/weapons/prifle/impactPS
{
ejector
{
particle
{
shader sync gfx/prifle/red_blob
radius 0 3.0 6.0
alpha 70 1.0 0.0
rotation 0 ~360 -
lifeTime 140
}
count 1
delay 0
period 0 - ~0%
}
}
models/weapons/prifle/missilePS
{
ejector
{
particle
{
shader sync gfx/prifle/red_blob
parentVelocityFraction 0.8
radius 0 2.0 1.5
alpha 0 0.8 0.0
bounce 0.01
lifeTime 400
}
count infinite
delay 0
period 10 - ~0%
}
}
|