핸드캐논 사운드 추가

This commit is contained in:
Cocopomel 2021-12-14 12:44:12 +09:00
parent 2aa0f9e9a0
commit 5f90168209
3 changed files with 23 additions and 2 deletions

View File

@ -64,6 +64,27 @@
</subSounds>
</SoundDef>
<!-- 로열핸드캐논 -->
<SoundDef>
<defName>PNRoyalHCSound</defName>
<eventNames />
<context>MapOnly</context>
<maxSimultaneous>1</maxSimultaneous>
<subSounds>
<li>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>Things/PNRoyalHCSound</clipPath>
</li>
</grains>
<pitchRange>
<min>0.9152174</min>
<max>1.042391</max>
</pitchRange>
</li>
</subSounds>
</SoundDef>
<!-- 체인소드 -->
<SoundDef>
<defName>PNChainswordSound</defName>

View File

@ -1682,8 +1682,8 @@
<hasStandardCommand>true</hasStandardCommand>
<defaultProjectile>PN_Bullet_HandCannon</defaultProjectile>
<warmupTime>1.2</warmupTime>
<range>12.9</range>
<soundCast>Shot_AssaultRifle</soundCast>
<range>19.9</range>
<soundCast>PNRoyalHCSound</soundCast>
<soundCastTail>GunTail_Medium</soundCastTail>
<muzzleFlashScale>14</muzzleFlashScale>
</li>

Binary file not shown.