projects
/
xonotic
/
xonotic-maps.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
three more rebuilds to fix the sampling
[xonotic/xonotic-maps.pk3dir.git]
/
maps
/
red-planet_effectinfo.txt
1
// red smoke emiter
2
// used nowhere in code
3
effect red_smoke
4
count 2
5
type smoke
6
tex 0 8
7
color 0xff8866 0x331100
8
size 30 60
9
sizeincrease 0
10
alpha 64 96 32
11
gravity -0.007
12
originjitter 0 0 0
13
velocityjitter 0 0 0
14
velocitymultiplier 5
15
airfriction -1
16
rotate 0 360 -30 30
17
18
// pipe smoke emiter
19
// used nowhere in code
20
effect pipe_smoke
21
count 2
22
type smoke
23
tex 0 8
24
color 0x999999 0x555555
25
size 5 10
26
sizeincrease 35
27
alpha 32 64 48
28
gravity -0.015
29
originjitter 0 0 0
30
velocityjitter 0 0 5
31
velocitymultiplier 15
32
airfriction -1
33
rotate 0 360 -180 180