diff --git a/mpq/arr/flingy.datex b/mpq/arr/flingy.datex index eff477de..c42f552f 100644 Binary files a/mpq/arr/flingy.datex and b/mpq/arr/flingy.datex differ diff --git a/mpq/arr/units.datex b/mpq/arr/units.datex index a8aa87eb..fcbedd3e 100644 Binary files a/mpq/arr/units.datex and b/mpq/arr/units.datex differ diff --git a/mpq/arr/weapons.datex b/mpq/arr/weapons.datex index 5b116b9b..d2d3156f 100644 Binary files a/mpq/arr/weapons.datex and b/mpq/arr/weapons.datex differ diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index 758273e1..62e1b09c 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -28583,7 +28583,7 @@ CyclopsGndAttkRpt: wait 1 nobrkcodestart playfram 0x220 - playsndbtwn 2085 2087 # Cyclops weapon fire 01, 02, 03 + playsndbtwn 2548 2549 # Cyclops weapon fire 01, 02, 03 attack wait 1 playfram 0x240 @@ -31240,7 +31240,12 @@ ArchitectLocal00: ArchitectWalking: setvertpos 0 imgol 1221 0 0 # Architect Engines (cm\protoss\architect-engine.grp) - goto ArchitectLocal00 + goto ArchitectWalking2 + +ArchitectWalking2: + move 4 + wait 1 + goto ArchitectWalking2 ArchitectWarpIn: imgol 143 0 0 # Architect Warp Flash (protoss\empyrean.grp) @@ -50461,7 +50466,7 @@ MatadorCinderModeTurretInit: IsId 740 Type 12 Init WyvernTurretInit -Death WyvernDeath +Death ScourgeExplosionDeath GndAttkInit WyvernTurretGndAttkInit AirAttkInit WyvernTurretGndAttkInit Unused1 [NONE] diff --git a/patchnotes.md b/patchnotes.md index e597815c..c3681f3b 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -1,11 +1,11 @@ -# 20 November 2023 +# 25 November 2023 ## Designer's Notes Patch goals include: - Continue to address unintended mid-game air dominance - Improve weak units and compositions with balance tweaks and ability revisions -- Significantly improve audiovisuals with new unit responses, combat SFX, sprites, and more +- Improve audiovisuals with new unit responses, combat SFX, sprites, and more ## Latest content - [Ascension #6 - The New Horizon](https://www.youtube.com/playlist?list=PLACFHAM2MlxNIdDY8v4PpOKA9y5GrR0z6) @@ -22,6 +22,7 @@ Patch goals include: - Improved fog of war reveal on cliffs, from low ground (c. DF) - Shuffled Protoss structure buttons in construction submenus to improve organization - Added more debug info to help investigate desyncs, c. DF. Please screenshot and report if you encounter them! +- Opening console now requires Left Control to be pressed when pressing tilde (~) ## Game Modes - Added Faction Wars (a Btyb bounty!), allowing players to select a subfaction. @@ -40,10 +41,12 @@ Patch goals include: - Fixed yet another infinite range hold position exploit case (c. DF) - Madrigals can now attack from garrisons (r. neblime) - Fixed Sentinel and Sevenstop dealing double damage when not piercing + - Irradiate and Yamato Cannon targeting has been updated to apply their effects on final bullet position, instead of target position - Improved consistency of Kinetic Penetration attacks with Ancile Providence - Improved reliability of Legionnaire and Cabalist teleportation (c. Veeq7) - Corrected duration of Carapace Swarm (r. fagguto) - Durendal Philistine Autogun now fires while inside garrisons (r. GreenEggs'NSpam) + - Wyverns no longer create two corpses (r. lolrsk8s) - Solarions that are preplaced or created with the `spawn` console command now start with 12 Stewards - Audiovisual: - Multiselecting Terran workers now correctly hides the building submenus @@ -117,6 +120,9 @@ Patch goals include: - HP now 225, from 200 - Abaddon Flamethrowers weapon range now 2, from 1 - Now moves ~10% slower +- [Cataphract](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/cataphract): + - Armor penetration now 0, from 2 + - Weapon range now 8, from 9 - [Cuirass](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/cuirass): - Armor now 6, from 8 - [Salamander](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/salamander): @@ -131,6 +137,8 @@ Patch goals include: - Time cost now 30, from 35 ## Protoss +- [Dracadin](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/dracadin), [Hierophant](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/hierophant), [Atreus](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/atreus), [Optecton](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/optecton): + - Unit sizes reduced slightly - [Herald](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/herald): - Mineral and gas costs now 150/50, from 100/100 - Shields now 60, from 40 @@ -158,7 +166,9 @@ Patch goals include: - Armor now 1, from 3 - [Architect](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/architect): - Armor now 2, from 3 - - Unit size reduced slightly to improve handling + - Unit size reduced slightly + - Turn rate now 20, from 12 + - No longer accelerates - [Panoptus](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/panoptus): - Gas cost now 75, from 100 - [Gladius](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/gladius): diff --git a/plugins/aize_debug.qdp b/plugins/aize_debug.qdp index 436ac9c6..3380128c 100644 Binary files a/plugins/aize_debug.qdp and b/plugins/aize_debug.qdp differ diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 0c0da8ee..7b64ec0c 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ