Implement Xenolith; Fix Hydralisk and Kagralisk speeds

This commit is contained in:
Pr0nogo 2025-02-27 02:13:44 -05:00
parent 4586bda8eb
commit adbf27dfd3
19 changed files with 76 additions and 16 deletions

Binary file not shown.

View File

@ -546,7 +546,7 @@ Oscilliant
Renesair
Unar
Ashguard
Extended Flingy #340
Xenolith
Extended Flingy #341
Extended Flingy #342
Extended Flingy #343

Binary file not shown.

Binary file not shown.

View File

@ -1989,9 +1989,9 @@ Unar Orbital
Ashguard
Ashguard Shadow
Rilirokor Birth
Extended Image #989
Extended Image #990
Extended Image #991
Xenolith
Xenolith Shadow
Xenolith Warp Flash
Extended Image #992
Extended Image #993
Extended Image #994

Binary file not shown.

View File

@ -975,7 +975,7 @@ Renesair Remains
Unar
Unar Orbital
Ashguard
Extended Sprite #1
Xenolith
Extended Sprite #1
Extended Sprite #1
Extended Sprite #1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1300,25 +1300,25 @@ HydraliskGndAttkToIdle:
goto HydraliskWalkingToIdle
HydraliskWalking:
move 2
move 4
wait 1
playfram 0x66
move 2
move 4
wait 1
playfram 0x77
move 2
move 4
wait 1
playfram 0x88
move 6
move 4
wait 1
playfram 0x99
move 6
move 4
wait 1
playfram 0xaa
move 6
move 4
wait 1
playfram 0xbb
move 2
move 4
wait 1
playfram 0x55
goto HydraliskWalking
@ -41111,7 +41111,7 @@ KagraliskGndAttkToIdle:
goto KagraliskWalkingToIdle
KagraliskWalking:
move 2
move 4
wait 1
playfram 0x88
move 4
@ -52148,5 +52148,59 @@ UnarOrbitalDeath:
imgol 427 0 0 # Phase Disruptor Hit (thingy\HKexplod.grp)
wait 1
end
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 189 Pylon (protoss\pylon.grp)
.headerstart
IsId 811
Type 21
Init XenolithInit
Death GatewayDeath
GndAttkInit [NONE]
AirAttkInit [NONE]
Unused1 [NONE]
GndAttkRpt [NONE]
AirAttkRpt [NONE]
CastSpell [NONE]
GndAttkToIdle [NONE]
AirAttkToIdle [NONE]
Unused2 [NONE]
Walking [NONE]
WalkingToIdle [NONE]
SpecialState1 [NONE]
SpecialState2 [NONE]
AlmostBuilt [NONE]
Built XenolithBuilt
Landing [NONE]
LiftOff [NONE]
IsWorking ScourgeLocal00
WorkingToIdle ScourgeLocal00
WarpIn XenolithWarpIn
.headerend
# ----------------------------------------------------------------------------- #
XenolithInit:
imgul 191 0 0 # Pylon Shadow (protoss\ppyShad.grp)
XenolithBuilt:
playfram 5
goto XenolithLocal01
XenolithLocal01:
playfram 6
wait 2
playfram 7
wait 2
playfram 8
wait 2
playfram 9
wait 2
playfram 10
wait 10
goto XenolithLocal01
XenolithWarpIn:
imgol 1992 0 0 # Pylon Warp Flash (protoss\pylon.grp)
goto XenolithBuilt
## Next free IsId: 811
## Next free IsId: 812

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -52,7 +52,7 @@ Our goals for the next patch (8 March 2025) include:
- **Dispersive Salvo:**
- Weapon damage 1x40 » 1x30
- [Vibrance](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/vibrance):
- Movement speed 5 » 4.14
- Movement speed 5 » 4.14 (17% slower)
- **Sensory Overload:**
- Weapon damage 1x15 » 1x10
- [Aquifer](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/aquifer) and [Matrix](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/matrix):
@ -68,4 +68,10 @@ Our goals for the next patch (8 March 2025) include:
## Zerg
- [Rilirokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/rilirokor): **Revised!**
- Can now be mutated from Larvae (dual-birth, no tech requirement)
- Timed life no longer ticks down while on cagra
- Timed life no longer ticks down while on cagra
- [Hydralisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/hydralisk):
- Movement speed 6.52 » 6.398 (2% slower)
- Removed variable movement speed steps
- [Kagralisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/kagralisk):
- Movement speed 4.496 » 4.797 (7% faster)
- Removed variable movement speed steps

Binary file not shown.