핸드캐논 사운드 추가

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> </subSounds>
</SoundDef> </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> <SoundDef>
<defName>PNChainswordSound</defName> <defName>PNChainswordSound</defName>

View File

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

Binary file not shown.