mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
Fix more targeting bugs; Fix Anchor unload; Add burrow frames for tier 1 Zerg
This commit is contained in:
parent
9972b2db13
commit
05fa40dfca
Binary file not shown.
Binary file not shown.
@ -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
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
BIN
mpq/unit/zerg/hydralisk.grp
Normal file
Binary file not shown.
BIN
mpq/unit/zerg/lakizilisk.grp
Normal file
BIN
mpq/unit/zerg/lakizilisk.grp
Normal file
Binary file not shown.
Binary file not shown.
BIN
mpq/unit/zerg/zethrokor.grp
Normal file
BIN
mpq/unit/zerg/zethrokor.grp
Normal file
Binary file not shown.
@ -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
|
||||
BIN
plugins/gptp.qdp
BIN
plugins/gptp.qdp
Binary file not shown.
Loading…
Reference in New Issue
Block a user