Increase Lakizilisk burrow time, but fix variable order delay bug; Fix Ensnare weapon cooldown scaling and tooltip display; Add replay multiselect

This commit is contained in:
Pr0nogo 2023-08-10 22:00:58 -04:00
parent 92182834d5
commit 76a60be9bf
4 changed files with 23 additions and 2 deletions

Binary file not shown.

View File

@ -5341,6 +5341,7 @@ HarakanGndAttkRpt:
nobrkcodestart
imgol 421 0 0 # FlameThrower (thingy\flamer.grp)
playfram 0x11
sigorder 32
attkshiftproj 24
wait 1
attkshiftproj 52
@ -20751,6 +20752,20 @@ LakiziliskBurrow:
wait 1
playfram 0x143
wait 1
imgol 423 0 0 # Burrowing Dust (thingy\bDust.grp)
playfram 0xee
wait 1
playfram 0xff
wait 1
playfram 0x110
wait 1
playfram 0x121
wait 1
playfram 0x132
wait 1
playfram 0x143
wait 1
imgol 423 0 0 # Burrowing Dust (thingy\bDust.grp)
playfram 0xee
wait 1
playfram 0xff

View File

@ -17,10 +17,11 @@ More rebalancings, more new sprites, more bugfixes, and a more useful patch desc
- [Fraudarchy 5 August 2023](https://youtube.com/live/e0Eim1Vve_Q)
## UI
- It is now possible to train Scribes when selecting Nexuses and Embassies together
- Added a new config option for always showing condensed selections (c. DF)
- It is now possible to select multiple units when in replays (c. DF)
- When holding shift (or when config - always_show_extended_tooltips is set to true), weapon tooltips now display approximate ranges with a circle
- This is **not** 100% consistent with weapon ranges; we will improve this feature in time!
- It is now possible to train Scribes when selecting Nexuses and Embassies together
## Audiovisuals:
- New sprite:
@ -45,9 +46,10 @@ More rebalancings, more new sprites, more bugfixes, and a more useful patch desc
- Anthelions can no longer damage undetected hidden enemies (r. IskatuMesk)
- Ensnaring Brood attacks now apply Ensnare to noncombatants, towers, and liftable structures (r. fagguto)
- Phalanxes entering siege mode while decolliding with structures now queue a tank mode order instead of self-destructing
- Lakizilisks no longer have a variable delay before burrowing (c. DF)
- Fixed Sevenstep projectile movement being slower than intended
- Town centers are no longer placeable near Vespene Ridges in quasifog (r. Mystery Meat)
- Caphrolosk and Gathtelosk shortcut conflicts have been resolved (r. neblime)
- Caphrolosk and Gathtelosk mutation shortcut conflicts have been resolved (r. neblime)
- Audiovisuals:
- Magenta, Rainbow New, and Patriotic Freedom are no longer rollable as player colors
- Delay between ally under attack notices has increased
@ -57,6 +59,7 @@ More rebalancings, more new sprites, more bugfixes, and a more useful patch desc
- Fixed error printout related to Sevenstep's passive
- Standardized Nathrokor and Ovileth morph button positions
- Corrected Silvertongue portrait and unit responses
- Fixed Tinkerer's Tower tooltip (r. Mystery Meat)
## Terran
- [Mason](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/mason) and [Talos](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/talos):
@ -147,6 +150,9 @@ More rebalancings, more new sprites, more bugfixes, and a more useful patch desc
- [Vithrilisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/vithrilisk):
- HP now 180, from 200
- Weapon cooldown now 2, from 1.875
- [Lakizilisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/lakizilisk):
- HP now 120, from 140
- Burrow animation now 30% longer
- [Gorgrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/gorgrokor):
- Armor penetration now 0, from 1
- Weapon cooldown now 0.5, from 0.42

Binary file not shown.