diff --git a/mpq/arr/flingy.datex b/mpq/arr/flingy.datex index b3e2531c..a622e85f 100644 Binary files a/mpq/arr/flingy.datex and b/mpq/arr/flingy.datex differ diff --git a/mpq/arr/images.datex b/mpq/arr/images.datex index ea938724..eb105254 100644 Binary files a/mpq/arr/images.datex and b/mpq/arr/images.datex differ diff --git a/mpq/arr/orders.datex b/mpq/arr/orders.datex index c556417a..667d4a63 100644 Binary files a/mpq/arr/orders.datex and b/mpq/arr/orders.datex differ diff --git a/mpq/arr/sfxdata.dat b/mpq/arr/sfxdata.dat index 5540102a..df8584d4 100644 Binary files a/mpq/arr/sfxdata.dat and b/mpq/arr/sfxdata.dat differ diff --git a/mpq/arr/sfxdata.tbl b/mpq/arr/sfxdata.tbl index 30e8b05e..36aee3bd 100644 Binary files a/mpq/arr/sfxdata.tbl and b/mpq/arr/sfxdata.tbl differ diff --git a/mpq/arr/sfxdata.txt b/mpq/arr/sfxdata.txt index fd1dd112..f876db7a 100644 --- a/mpq/arr/sfxdata.txt +++ b/mpq/arr/sfxdata.txt @@ -2307,7 +2307,7 @@ Phobos Help 04 Madrigal Dirge Proc 01 Madrigal Dirge Proc 02 Madrigal Dirge Proc 03 -Extended Sound #1 +Didact Stasis Field Channel 01 Extended Sound #1 Extended Sound #1 Extended Sound #1 diff --git a/mpq/rez/stat_txt.tbl b/mpq/rez/stat_txt.tbl index 6fb5abe8..09e91893 100644 Binary files a/mpq/rez/stat_txt.tbl and b/mpq/rez/stat_txt.tbl differ diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index 01cead98..c91af051 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -10536,7 +10536,7 @@ AirAttkRpt DidactGndAttkRpt CastSpell DidactCastSpell GndAttkToIdle DidactGndAttkToIdle AirAttkToIdle DidactGndAttkToIdle -Unused2 [NONE] +Unused2 DidactUnused2 Walking DidactWalking WalkingToIdle DidactGndAttkToIdle SpecialState1 [NONE] @@ -10600,7 +10600,7 @@ DidactLocal00: DidactCastSpell: nobrkcodestart - wait 1 + wait 1 playsnd 548 # Protoss\ARBITER\PAbCag00.WAV castspell nobrkcodeend @@ -10608,6 +10608,21 @@ DidactCastSpell: sigorder 2 goto DidactLocal00 +DidactUnused2: + nobrkcodestart + wait 1 + playsnd 2309 # Didact Stasis Field channel 01 + wait 3 + imgul 364 0 0 # Stasis Field Hit + wait 7 + imgul 364 0 0 # Stasis Field Hit + wait 8 + imgul 364 0 0 # Stasis Field Hit + castspell + nobrkcodeend + sigorder 2 + goto DidactGndAttkToIdle + DidactWalking: playfram 0x00 setvertpos 0 @@ -21790,10 +21805,9 @@ MindTyrantEnergyUnused1: goto MindTyrantEnergyInit MindTyrantEnergyCastSpell: - nobrkcodestart + wait 24 castspell sigorder 2 - nobrkcodeend gotorepeatattk goto MindTyrantEnergyGndAttkInit diff --git a/mpq/sound/cm/p/didact/ch-01.wav b/mpq/sound/cm/p/didact/ch-01.wav new file mode 100644 index 00000000..1210afff Binary files /dev/null and b/mpq/sound/cm/p/didact/ch-01.wav differ diff --git a/patchnotes.md b/patchnotes.md index 212c303c..fbc41060 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -21,8 +21,7 @@ Aside from that: TBD - Superior engine graphics for the Mason and the Trojan have been added (c. DarkenedFantasies) ## UI -- Config: player APM is now shown in witness mode and in replays (c. Veeq7) - - *Still working on this.* +- Mode selection is no longer required after selecting "singleplayer" or "multiplayer" in the main menu (c. DarkenedFantasies) ## Maps - Nitro Valley, by knightoftherealm @@ -30,4 +29,10 @@ Aside from that: TBD - Slightly expanded player mains - **NEW:** [Rest in Paradise](https://files.catbox.moe/j1rhps.png), a 1v1 map, by Pr0nogo - **NEW:** [Perpetua](https://files.catbox.moe/2pfm0e.png), a 1v1 map with four spawns, by knightoftherealm -- **NEW:** [Everessence](https://cdn.discordapp.com/attachments/453287280296067072/1076219870947049563/Everessence.png), a 1v1 map by TheBeaver99 \ No newline at end of file +- **NEW:** [Everessence](https://cdn.discordapp.com/attachments/453287280296067072/1076219870947049563/Everessence.png), a 1v1 map by TheBeaver99 + +## Protoss +- [Mind Tyrant](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/mind-tyrant): + - Maelstrom projectile now significantly slower +- [Didact](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/didact): + - Stasis Field is now a channel \ No newline at end of file diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 2425186d..d4c48c63 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ