diff --git a/mpq/arr/images.datex b/mpq/arr/images.datex index 3bfbdec8..4d4ce17d 100644 Binary files a/mpq/arr/images.datex and b/mpq/arr/images.datex differ diff --git a/mpq/arr/images.tbl b/mpq/arr/images.tbl index e6da49f4..82760031 100644 Binary files a/mpq/arr/images.tbl and b/mpq/arr/images.tbl differ diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index e14172c4..b186b409 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -1227,21 +1227,21 @@ HydraliskLocal03: HydraliskDeath: playsnd 867 # Zerg\Hydra\ZHyDth00.WAV setfldirect 0 - playfram 204 + playfram 0x121 wait 2 - playfram 205 + playfram 290 wait 2 - playfram 206 + playfram 291 wait 2 - playfram 207 + playfram 292 wait 2 - playfram 208 + playfram 293 wait 2 - playfram 209 + playfram 294 wait 2 - playfram 210 + playfram 295 wait 2 - playfram 211 + playfram 296 wait 2 lowsprul 147 0 0 # Hydralisk Remnants (zerg\zhyDeath.grp) wait 1 @@ -1252,21 +1252,21 @@ HydraliskUnused1: nobrkcodestart setfldirect 0 playsnd 1172 # Hydralisk Revive 01 - playfram 211 + playfram 296 wait 2 - playfram 210 + playfram 295 wait 2 - playfram 209 + playfram 294 wait 2 - playfram 208 + playfram 293 wait 2 - playfram 207 + playfram 292 wait 2 - playfram 206 + playfram 291 wait 2 - playfram 205 + playfram 290 wait 2 - playfram 204 + playfram 0x121 wait 2 setfldirect 12 nobrkcodeend @@ -1359,20 +1359,20 @@ HydraliskWalking: goto HydraliskWalking HydraliskSpecialState2: - playfram 280 + playfram 0x110 goto ScourgeLocal00 HydraliskBurrow: imgol 423 0 0 # Burrowing Dust (thingy\bDust.grp) - playfram 212 + playfram 0xcc wait 1 - playfram 229 + playfram 0xdd wait 1 - playfram 246 + playfram 0xee wait 1 - playfram 263 + playfram 0xff wait 1 - playfram 280 + playfram 0x110 wait 1 sigorder 4 goto ScourgeLocal00 @@ -1381,13 +1381,13 @@ HydraliskUnBurrow: wait 1 waitrand 1 2 imgul 423 0 0 # Burrowing Dust (thingy\bDust.grp) - playfram 263 + playfram 0xff wait 1 - playfram 246 + playfram 0xee wait 1 - playfram 229 + playfram 0xdd wait 1 - playfram 212 + playfram 0xcc wait 1 sigorder 4 goto HydraliskWalkingToIdle diff --git a/mpq/unit/cm/zerg/bactalisk.grp b/mpq/unit/cm/zerg/bactalisk.grp index fdd5a934..b13770df 100644 Binary files a/mpq/unit/cm/zerg/bactalisk.grp and b/mpq/unit/cm/zerg/bactalisk.grp differ diff --git a/mpq/unit/cm/zerg/izirokor.grp b/mpq/unit/cm/zerg/izirokor.grp index 1ac7e035..ccd17cac 100644 Binary files a/mpq/unit/cm/zerg/izirokor.grp and b/mpq/unit/cm/zerg/izirokor.grp differ diff --git a/mpq/unit/cm/zerg/quazilisk.grp b/mpq/unit/cm/zerg/quazilisk.grp index e5c8b0c2..01a93e0b 100644 Binary files a/mpq/unit/cm/zerg/quazilisk.grp and b/mpq/unit/cm/zerg/quazilisk.grp differ diff --git a/mpq/unit/cm/zerg/vorvrokor.grp b/mpq/unit/cm/zerg/vorvrokor.grp index c3cf43ed..848d4cf1 100644 Binary files a/mpq/unit/cm/zerg/vorvrokor.grp and b/mpq/unit/cm/zerg/vorvrokor.grp differ diff --git a/mpq/unit/cm/zerg/zoryusthaleth.grp b/mpq/unit/cm/zerg/zoryusthaleth.grp index 4501c7c9..419cf732 100644 Binary files a/mpq/unit/cm/zerg/zoryusthaleth.grp and b/mpq/unit/cm/zerg/zoryusthaleth.grp differ diff --git a/mpq/unit/zerg/Zlurker.grp b/mpq/unit/zerg/Zlurker.grp deleted file mode 100644 index 5a06d9ca..00000000 Binary files a/mpq/unit/zerg/Zlurker.grp and /dev/null differ diff --git a/mpq/unit/zerg/zdrdeath.grp b/mpq/unit/zerg/droleth-death.grp similarity index 100% rename from mpq/unit/zerg/zdrdeath.grp rename to mpq/unit/zerg/droleth-death.grp diff --git a/mpq/unit/zerg/droleth.grp b/mpq/unit/zerg/droleth.grp new file mode 100644 index 00000000..e0588523 Binary files /dev/null and b/mpq/unit/zerg/droleth.grp differ diff --git a/mpq/unit/zerg/drone.log b/mpq/unit/zerg/droleth.log similarity index 100% rename from mpq/unit/zerg/drone.log rename to mpq/unit/zerg/droleth.log diff --git a/mpq/unit/zerg/drone.loo b/mpq/unit/zerg/droleth.loo similarity index 100% rename from mpq/unit/zerg/drone.loo rename to mpq/unit/zerg/droleth.loo diff --git a/mpq/unit/zerg/drone.grp b/mpq/unit/zerg/drone.grp deleted file mode 100644 index bae92631..00000000 Binary files a/mpq/unit/zerg/drone.grp and /dev/null differ diff --git a/mpq/unit/zerg/hydra.grp b/mpq/unit/zerg/hydra.grp deleted file mode 100644 index c18d6098..00000000 Binary files a/mpq/unit/zerg/hydra.grp and /dev/null differ diff --git a/mpq/unit/zerg/zhydeath.grp b/mpq/unit/zerg/hydralisk-death.grp similarity index 100% rename from mpq/unit/zerg/zhydeath.grp rename to mpq/unit/zerg/hydralisk-death.grp diff --git a/mpq/unit/zerg/hydralisk.grp b/mpq/unit/zerg/hydralisk.grp new file mode 100644 index 00000000..676b0fbe Binary files /dev/null and b/mpq/unit/zerg/hydralisk.grp differ diff --git a/mpq/unit/zerg/lakizilisk.grp b/mpq/unit/zerg/lakizilisk.grp new file mode 100644 index 00000000..03feacc3 Binary files /dev/null and b/mpq/unit/zerg/lakizilisk.grp differ diff --git a/mpq/unit/zerg/zergling.grp b/mpq/unit/zerg/zergling.grp deleted file mode 100644 index 3507ef4b..00000000 Binary files a/mpq/unit/zerg/zergling.grp and /dev/null differ diff --git a/mpq/unit/zerg/zzedeath.grp b/mpq/unit/zerg/zethrokor-death.grp similarity index 100% rename from mpq/unit/zerg/zzedeath.grp rename to mpq/unit/zerg/zethrokor-death.grp diff --git a/mpq/unit/zerg/zethrokor.grp b/mpq/unit/zerg/zethrokor.grp new file mode 100644 index 00000000..09c98a78 Binary files /dev/null and b/mpq/unit/zerg/zethrokor.grp differ diff --git a/patchnotes.md b/patchnotes.md index f6968901..418e4892 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -64,7 +64,7 @@ Forthcoming. - Fixed Mortothrokor burrow animation (r. GreenEggs'NSpam) - **User Interface:** - Completing a game on CrownLink now returns to game selection, instead of main menu (r. The Shambler, with some tips from X405) - - Selecting a unit during its birth animation now updates buttonsets correctly (r. GreenEggs'NSpam) + - Selecting a unit during its birth ani mation now updates buttonsets correctly (r. GreenEggs'NSpam) - Banter events are now correctly localized (c. Veeq7) - Fixed weapon tooltip for Rililisk not including air targets (r. Krankendau) @@ -74,6 +74,8 @@ Forthcoming. - Charlatan - New corpses for: - Phalanx (Tank & Siege), Ancile, Trojan, Envoy, Hierophant, Simulacrum, Vassal, Ovileth, Nathrokor +- Added burrow idle frame for: + - Droleth, Zethrokor, Vorvrokor, Quazilisk, Hydralisk, Bactalisk, Izirokor, Zoryusthaleth, Lakizilisk - Added birth animation for Sasyrvoleth - Added morph animations for: - Protathalor, Izirokor, Skithrokor, Evigrilisk, Gorgrokor, Vilgorokor, Geszithalor @@ -192,7 +194,9 @@ Forthcoming. - **NEW: Concurring Chorus:** - For 1 second after attacking, allies within 2 range gain +1 stacking armor penetration - [Servitor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/servitor): - - Resource cost 100/0 » 75/0 + - Resource costs 100/0 » 75/0 +- [Accantor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/accantor): + - Resource costs 200/100 » 200/125 - [Demiurge](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/demiurge): - Armor 5 » 4 - **Galactic Weaver:** @@ -221,5 +225,7 @@ Forthcoming. - Now applies **Hidebreaker I** on all attacks - [Mutalisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/mutalisk): - Resource costs 125/125 » 150/100 +- [Bactalisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/bactalisk): + - Resource costs 75/75 » 50/75 - [Gorgrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/gorgrokor): - **Calcification** (anti-air) weapon cooldown 0.63 » 0.58 \ No newline at end of file diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 91e95a92..75d9619e 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ