]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - scripts/onslaught.shader
Merge branch 'TimePath/cleanup'
[xonotic/xonotic-data.pk3dir.git] / scripts / onslaught.shader
1 ons_shield
2 {
3  {
4         map textures/ons_shield.tga
5         tcMod rotate 15
6         tcMod scale 0.3 0.3
7         tcMod scroll 0.03 0.001
8         tcGen environment
9  }
10 }
11
12 ons_pad_text
13 {
14         cull none
15  {
16         map textures/ons_text.tga
17         tcMod scroll 0.1 0
18         blendfunc add
19
20  }
21 }
22
23 ons_icon_text
24 {
25  {
26         map textures/ons_text.tga
27         tcMod scroll 0.1 0
28  }
29 }
30
31 ons_icon_thrust
32 {
33  {
34         map textures/ons_icon_thrust.tga
35         tcMod scroll 3 0
36         tcMod rotate 10
37  }
38 }
39 ons_gen_spark
40 {
41         cull none
42  {
43         animmap 9 textures/generator_lightning.tga textures/generator_lightning2.tga
44         tcMod scroll 0.5 0
45         blendfunc add
46
47  }
48 }
49 ons_fire
50 {
51  {
52         map textures/ons_boom1.tga
53         tcMod scroll 0.05 0.1
54         tcMod rotate 0.01
55         blendfunc add
56
57  }
58 }
59 ons_smoke
60 {
61         deformVertexes wave sin 1 3 2 0.2
62  {
63         map textures/ons_smoke1.tga
64         tcMod scroll 0.01 0.04
65         tcMod rotate 0.01
66         alphaFunc GE128
67
68  }
69 }
70 ons_shockwave
71 {
72         cull none
73  {
74         map textures/ons_shockwave1.tga
75         tcMod scroll 0.2 0
76         blendfunc add
77
78  }
79 }
80 ons_shockwave2
81 {
82  {
83         map textures/ons_shockwave2.tga
84         tcMod rotate 85
85         tcMod scroll 0.03 0.6
86         tcGen environment
87         blendfunc add
88  }
89 }
90
91 ons_ray
92 {
93 cull none
94  {
95         map textures/ons_ray.tga
96         tcMod rotate 85
97         blendfunc add
98  }
99 }