diff --git a/mpq/arr/sfxdata.dat b/mpq/arr/sfxdata.dat index 04a84ac8..45e1ecf1 100644 Binary files a/mpq/arr/sfxdata.dat and b/mpq/arr/sfxdata.dat differ diff --git a/mpq/arr/sfxdata.txt b/mpq/arr/sfxdata.txt index 593d3a01..55a3e69c 100644 --- a/mpq/arr/sfxdata.txt +++ b/mpq/arr/sfxdata.txt @@ -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 diff --git a/mpq/arr/sounds.txt b/mpq/arr/sounds.txt index d9b80719..62661cd2 100644 --- a/mpq/arr/sounds.txt +++ b/mpq/arr/sounds.txt @@ -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 \ No newline at end of file +cm\z\izirokor\hlp-02.wav +cm\t\penumbra\wh-01.wav +cm\t\penumbra\wh-02.wav \ No newline at end of file diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index 06faed60..24815000 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -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 diff --git a/mpq/sound/cm/t/penumbra/wh-01.wav b/mpq/sound/cm/t/penumbra/wh-01.wav new file mode 100644 index 00000000..b967d700 Binary files /dev/null and b/mpq/sound/cm/t/penumbra/wh-01.wav differ diff --git a/mpq/sound/cm/t/penumbra/wh-02.wav b/mpq/sound/cm/t/penumbra/wh-02.wav new file mode 100644 index 00000000..c15e6155 Binary files /dev/null and b/mpq/sound/cm/t/penumbra/wh-02.wav differ diff --git a/patchnotes.md b/patchnotes.md index a761c668..d003990a 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -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 diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index e75c8b80..14020354 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ