사운드 추가

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"?> <?xml version="1.0" encoding="utf-8"?>
<Defs> <Defs>
<!-- 레버액션 --> <!-- 레버액션 -->
<SoundDef> <SoundDef>
<defName>PNRifleSound</defName> <defName>PNRifleSound</defName>
@ -20,6 +21,7 @@
</li> </li>
</subSounds> </subSounds>
</SoundDef> </SoundDef>
<!-- 포터블 캐논 --> <!-- 포터블 캐논 -->
<SoundDef> <SoundDef>
<defName>PNCannonSound</defName> <defName>PNCannonSound</defName>
@ -39,5 +41,47 @@
</pitchRange> </pitchRange>
</li> </li>
</subSounds> </subSounds>
</SoundDef> </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> </Defs>

Binary file not shown.

Binary file not shown.