1.3 패치 준비
This commit is contained in:
43
1.3/Defs/SoundDefs/Sounds.xml
Normal file
43
1.3/Defs/SoundDefs/Sounds.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
<!-- 레버액션 -->
|
||||
<SoundDef>
|
||||
<defName>PNRifleSound</defName>
|
||||
<eventNames />
|
||||
<context>MapOnly</context>
|
||||
<maxSimultaneous>1</maxSimultaneous>
|
||||
<subSounds>
|
||||
<li>
|
||||
<grains>
|
||||
<li Class="AudioGrain_Clip">
|
||||
<clipPath>Things/PNRifleSound</clipPath>
|
||||
</li>
|
||||
</grains>
|
||||
<pitchRange>
|
||||
<min>0.9152174</min>
|
||||
<max>1.042391</max>
|
||||
</pitchRange>
|
||||
</li>
|
||||
</subSounds>
|
||||
</SoundDef>
|
||||
<!-- 포터블 캐논 -->
|
||||
<SoundDef>
|
||||
<defName>PNCannonSound</defName>
|
||||
<eventNames />
|
||||
<context>MapOnly</context>
|
||||
<maxSimultaneous>1</maxSimultaneous>
|
||||
<subSounds>
|
||||
<li>
|
||||
<grains>
|
||||
<li Class="AudioGrain_Clip">
|
||||
<clipPath>Things/PNCannonSound</clipPath>
|
||||
</li>
|
||||
</grains>
|
||||
<pitchRange>
|
||||
<min>0.9152174</min>
|
||||
<max>1.042391</max>
|
||||
</pitchRange>
|
||||
</li>
|
||||
</subSounds>
|
||||
</SoundDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user