diff --git a/mpq/arr/flingy.datex b/mpq/arr/flingy.datex index 229d48af..ed092ff6 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 1ecd16d8..c2e27a9f 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 cdcb94fd..3433fd14 100644 Binary files a/mpq/arr/weapons.datex and b/mpq/arr/weapons.datex differ diff --git a/mpq/scripts/iscript_terran.bin b/mpq/scripts/iscript_terran.bin index 16fe98fe..399121d3 100644 Binary files a/mpq/scripts/iscript_terran.bin and b/mpq/scripts/iscript_terran.bin differ diff --git a/mpq/scripts/iscript_terran.txt b/mpq/scripts/iscript_terran.txt index b2396924..8d00a5d2 100644 --- a/mpq/scripts/iscript_terran.txt +++ b/mpq/scripts/iscript_terran.txt @@ -6673,13 +6673,13 @@ ValkyrieAirAttkInit: wait 2 nobrkcodestart attackwith 2 - wait 8 + wait 6 attackwith 2 - wait 8 + wait 6 attackwith 2 - wait 8 + wait 6 attackwith 2 - wait 8 + wait 6 attackwith 2 nobrkcodeend gotorepeatattk diff --git a/patchnotes.md b/patchnotes.md index d7a9443c..60173e3a 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -17,6 +17,7 @@ - Resolved a common crash after warping in a Monument of Sin (r. HitEmUp & Sosij, c. DF) - **Gameplay:** - Fixed **Liiralisk** bounces being able to bounce to airborne enemies + - Prevented **Autovitality** timers from expiring while stunned (r. Kasuga) - **AI:** - Resolved an issue preventing Zerg AI from making **Axtoth Axis** and related units (r. GreenEggs'NSpam) - **Audiovisual:** @@ -30,6 +31,11 @@ - New portrait for: - **Legionnaire** *(c. Solstice)* +## Triggers +- Added the following behaviors to the `set_unit_behavior` crig action: + - `no_collision` -- the unit will not collide with other ground units + - `air_transport` -- if the unit is a transport, it can transport air units + ## Terran - [Talos](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/talos): - **Fusion Sealers** removed @@ -41,6 +47,7 @@ - Build time 28 » 30 - [Valkyrie](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/valkyrie): - **Halo Rockets:** + - Weapon cooldown 1.08 » 0.92 - Weapon range 6 » 7 - Weapon still fired at 6 range, improving chase potential - [Ancile](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/ancile): @@ -72,6 +79,10 @@ - Gosvileths now mutate into advanced structure strains - [Liiralisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/liiralisk): - Resource costs 75/25 » 100/25 + - **Hollowed Glaves:** + - Armor penetration 2 » 1 + - **Homing Spore:** + - Armor penetration 0 » 1 - [Sovroleth](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/sovroleth): - Build time 25 » 24 - **Corpse Cocoon:** @@ -81,8 +92,11 @@ - Build time 30 » 40 - HP 140 » 200 - Movement speed 5 » 4.16 +- [Zarcavrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/zarcavrokor): + - Movement speed 5.4 » 4.2 - [Kalkiir Lake](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/kalkiir-lake): - Resource costs 200/100 » 200/200 + - Time cost 40 » 50 - **NEW:** [Agrileth](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/agrileth): - Mobile hive organ; has **Plethoral Gestation** - Morphed from Larvae; requires Quazeth Pool or mutation \ No newline at end of file diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 0125511e..3fd4d71c 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ