Tweak Valkyrie, Liiralisk, Zarcavrokor, and Kalkiir Lake; Fix stunned Autovitality expiry and Agrileth control grouping

This commit is contained in:
Pr0nogo 2025-08-19 16:04:55 -04:00
parent 104f330ccb
commit 651cdac323
7 changed files with 18 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

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

View File

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

Binary file not shown.