사운드 추가

This commit is contained in:
Cocopomel 2021-08-29 09:18:44 +09:00
parent 019032ebe0
commit ebabffcf26
3 changed files with 45 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!-- 레버액션 -->
<SoundDef>
<defName>PNRifleSound</defName>
@ -20,6 +21,7 @@
</li>
</subSounds>
</SoundDef>
<!-- 포터블 캐논 -->
<SoundDef>
<defName>PNCannonSound</defName>
@ -40,4 +42,46 @@
</li>
</subSounds>
</SoundDef>
<!-- 로열라이플 -->
<SoundDef>
<defName>PNRoyalRifleSound</defName>
<eventNames />
<context>MapOnly</context>
<maxSimultaneous>1</maxSimultaneous>
<subSounds>
<li>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>Things/PNRoyalRifleSound</clipPath>
</li>
</grains>
<pitchRange>
<min>0.9152174</min>
<max>1.042391</max>
</pitchRange>
</li>
</subSounds>
</SoundDef>
<!-- 체인소드 -->
<!--<SoundDef>
<defName>PNChainswordSound</defName>
<eventNames />
<context>MapOnly</context>
<maxSimultaneous>1</maxSimultaneous>
<subSounds>
<li>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>Things/PNChainsword</clipPath>
</li>
</grains>
<pitchRange>
<min>0.9152174</min>
<max>1.042391</max>
</pitchRange>
</li>
</subSounds>
</SoundDef>-->
</Defs>

Binary file not shown.

Binary file not shown.