Fix more targeting bugs; Fix Anchor unload; Add burrow frames for tier 1 Zerg

This commit is contained in:
Pr0nogo 2024-07-11 19:56:56 -04:00
parent 9972b2db13
commit 05fa40dfca
23 changed files with 34 additions and 28 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mpq/unit/zerg/droleth.grp Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mpq/unit/zerg/hydralisk.grp Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mpq/unit/zerg/zethrokor.grp Normal file

Binary file not shown.

View File

@ -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

Binary file not shown.