-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSoundDef.xml
56 lines (56 loc) · 1.07 KB
/
SoundDef.xml
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
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<SoundDef>
<defName>BombDetecting</defName>
<context>MapOnly</context>
<eventNames />
<subSounds>
<li>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>bomb_detecting_sound</clipPath>
</li>
</grains>
<volumeRange>
<min>26</min>
<max>26</max>
</volumeRange>
<pitchRange>
<min>0.9082353</min>
<max>1.114706</max>
</pitchRange>
<distRange>
<min>0</min>
<max>50</max>
</distRange>
</li>
</subSounds>
</SoundDef>
<SoundDef>
<defName>ZipperSound</defName>
<context>MapOnly</context>
<eventNames />
<subSounds>
<li>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>zipper_vest_sound</clipPath>
</li>
</grains>
<volumeRange>
<min>35</min>
<max>35</max>
</volumeRange>
<pitchRange>
<min>0.9311765</min>
<max>1.091765</max>
</pitchRange>
<distRange>
<min>0</min>
<max>70</max>
</distRange>
<sustainLoop>False</sustainLoop>
</li>
</subSounds>
</SoundDef>
</Defs>