사운드 추가
This commit is contained in:
parent
019032ebe0
commit
ebabffcf26
@ -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>
|
BIN
Content/Sounds/Things/PNChainsword.wav
Normal file
BIN
Content/Sounds/Things/PNChainsword.wav
Normal file
Binary file not shown.
BIN
Content/Sounds/Things/PNRoyalRifleSound.wav
Normal file
BIN
Content/Sounds/Things/PNRoyalRifleSound.wav
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user