diff --git a/mpq/arr/images.datex b/mpq/arr/images.datex index 2c800e05..8e4d0712 100644 Binary files a/mpq/arr/images.datex and b/mpq/arr/images.datex differ diff --git a/mpq/arr/images.txt b/mpq/arr/images.txt index 367459dc..80b60b0b 100644 --- a/mpq/arr/images.txt +++ b/mpq/arr/images.txt @@ -1818,9 +1818,9 @@ Okrimnilisk Shadow Cherbrathalor Cherbrathalor Shadow Okrimnilisk Omnispores Fire -Extended Image #818 -Extended Image #819 -Extended Image #820 +Architect Weaponfire Channel +Artisan Resource Return Channel +Artisan Resource Return Proc Extended Image #821 Extended Image #822 Extended Image #823 diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index 005aa52f..50d152a1 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -31089,7 +31089,12 @@ ArchitectDeath: ArchitectGndAttkInit: nobrkcodestart playsnd 1557 # Architect charge 01 - wait 22 + imgol 1820 0 0 # Architect charge overlay + wait 7 + imgol 1820 0 0 # Architect charge overlay + wait 7 + imgol 1820 0 0 # Architect charge overlay + wait 8 playsndbtwn 1413 1415 # Architect weapon fire 01, 02, 03 attackwith 1 wait 2 @@ -52143,7 +52148,7 @@ Init OkrimniliskInit Death KeskathalorDeath GndAttkInit OkrimniliskGndAttkInit AirAttkInit OkrimniliskGndAttkInit -Unused1 UltrokorUnused1 +Unused1 OkrimniliskUnused1 GndAttkRpt OkrimniliskGndAttkInit AirAttkRpt OkrimniliskGndAttkInit CastSpell [NONE] @@ -52187,6 +52192,35 @@ OkrimniliskGndAttkToIdle: wait 2 goto OkrimniliskGndAttkToIdle +OkrimniliskUnused1: + wait 1 + nobrkcodestart + setfldirect 0 + playsnd 1181 # Ultrokor revive 01 +# playfram 417 + wait 2 +# playfram 416 + wait 2 +# playfram 415 + wait 2 +# playfram 414 + wait 2 +# playfram 413 + wait 2 +# playfram 412 + wait 2 +# playfram 411 + wait 2 +# playfram 410 + wait 2 +# playfram 409 + wait 2 +# playfram 408 + wait 2 + setfldirect 14 + nobrkcodeend + goto OkrimniliskGndAttkToIdle + OkrimniliskGndAttkInit: playfram 0x00 wait 1 diff --git a/patchnotes.md b/patchnotes.md index a9dc1586..28f45f6f 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -36,6 +36,10 @@ This patch includes stability and bugfixes, audiovisual improvements, and (event - Corrected death animations for Power Generator, Overmind Cocoon, Overmind (with Shell), and Khaydarin Crystal Formation ## Audiovisuals +- Added reads for: + - Artisan resource return (channel & proc) + - Architect weapon charge + - Demiurge Worship - Added selection responses for: - Skortrith Cesiant, Spirtith Cesiant, Ezigrisant, Vornath Pond, Skibact Scab (c. jun3hong) - Updated wireframes for: diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 1316c056..2d7ae0a4 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ