Add unique Penumbra weaponhit SFX

This commit is contained in:
Pr0nogo 2024-02-08 19:51:48 -05:00
parent cbe938ede6
commit 59b946e6bc
8 changed files with 14 additions and 5 deletions

Binary file not shown.

View File

@ -2763,8 +2763,8 @@ Izirokor Order Aggressive 01
Izirokor Order Aggressive 02
Izirokor Under Attack 01
Izirokor Under Attack 02
Extended Sound #1
Extended Sound #1
Penumbra Weaponhit 01
Penumbra Weaponhit 02
Extended Sound #1
Extended Sound #1
Extended Sound #1

View File

@ -2762,4 +2762,6 @@ cm\z\izirokor\yes-04.wav
cm\z\izirokor\agg-01.wav
cm\z\izirokor\agg-02.wav
cm\z\izirokor\hlp-01.wav
cm\z\izirokor\hlp-02.wav
cm\z\izirokor\hlp-02.wav
cm\t\penumbra\wh-01.wav
cm\t\penumbra\wh-02.wav

View File

@ -32863,7 +32863,14 @@ BurstLasersExplosiveGndAttkInit:
goto BurstLasersExplosiveGndAttkInit
BurstLasersExplosiveDeath:
imgol 533 0 0 # Burst Lasers Hit (thingy\elbHit.grp)
imgol 1245 0 0 # Arclite Shock Cannon Hit Silent (thingy\mushroom.grp)
if bullet.weapon_id == 39 goto BurstLasersExplosiveDeathPenumbra
playsnd 968 # Misc\CRITTERS\PbWht01.wav
goto BurstLasersExplosiveDeathFinal
BurstLasersExplosiveDeathPenumbra:
playsndbtwn 2765 2766 # Penumbra weaponhit 01, 02
BurstLasersExplosiveDeathFinal:
wait 1
end

Binary file not shown.

Binary file not shown.

View File

@ -73,7 +73,7 @@ Patch goals include:
- Adjusted Legionnaire shadow, walk and attack animations
- New weapon SFX: (some c. lolrsk8s)
- Weaponfire: Matador (Cinder), Scribe, Artisan, Analogue
- Weaponhit: Dracadin
- Weaponhit: Penumbra (c. IskatuMesk), Dracadin
- New unit responses for:
- Hadron, Prostration Stage, Ardent Authority, Argosy, Izirokor (c. IskatuMesk)
- Dracadin, Optecton

Binary file not shown.