Improve Cikralisk and Mutalisk HP; Fix Blackjack HP

This commit is contained in:
Pr0nogo 2024-10-02 08:01:17 -04:00
parent 9f736a40ac
commit 56d6bec078
7 changed files with 56 additions and 23 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -33140,11 +33140,11 @@ ZoryusShroudIsWorking:
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1310 Larval Cesiant (cm\zerg\larvalcolony.grp)
# 1310 Larvosk Cesiant (cm\zerg\larvosk-cesiant.grp)
.headerstart
IsId 553
Type 20
Init LarvalCesiantInit
Init LarvoskCesiantInit
Death CerebrateDeath
GndAttkInit [NONE]
AirAttkInit [NONE]
@ -33159,8 +33159,8 @@ Walking [NONE]
WalkingToIdle [NONE]
SpecialState1 [NONE]
SpecialState2 [NONE]
AlmostBuilt LarvalCesiantAlmostBuilt
Built LarvalCesiantBuilt
AlmostBuilt LarvoskCesiantAlmostBuilt
Built LarvoskCesiantBuilt
Landing [NONE]
LiftOff [NONE]
IsWorking ScourgeLocal00
@ -33169,30 +33169,30 @@ WarpIn [NONE]
.headerend
# ----------------------------------------------------------------------------- #
LarvalCesiantInit:
imgul 1311 0 0 # Larval Cesiant Shadow (cm\zerg\larvalcolony-shad.grp)
playfram 0x00 # Frame set 0
LarvoskCesiantInit:
imgul 1311 0 0 # Larvosk Cesiant Shadow (cm\zerg\larvosk-cesiant-shadow.grp)
playfram 0x00
goto ScourgeLocal00
LarvalCesiantAlmostBuilt:
LarvoskCesiantAlmostBuilt:
imgol 108 0 0 # Zerg Building Spawn (Medium) (zerg\zSpawn02.grp)
LarvalCesiantBuilt:
playfram 0x00 # Frame set 0
LarvoskCesiantBuilt:
playfram 0x00
wait 2
LarvalCesiantLocal00:
playfram 1 # Frame set 0, direction 1
wait 2
playfram 2 # Frame set 0, direction 2
wait 2
playfram 3 # Frame set 0, direction 3
wait 2
LarvoskCesiantLocal00:
playfram 1
wait 2
playfram 2
wait 2
playfram 3
wait 2
playfram 2
wait 2
wait 2
playfram 1
wait 2
playfram 0x00 # Frame set 0
wait 2
goto LarvalCesiantLocal00
wait 2
playfram 0x00
wait 2
goto LarvoskCesiantLocal00
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
@ -52007,4 +52007,33 @@ ZealotStarboundGndAttkRpt:
ignorerest
goto ZealotGndAttkToIdle
## Next free IsId: 798
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1946 Vibrance (cm\protoss\vibrance.grp)
.headerstart
IsId 798
Type 12
Init VibranceInit
Death AnalogueDeath
GndAttkInit AnalogueGndAttkInit
AirAttkInit AnalogueGndAttkInit
Unused1 [NONE]
GndAttkRpt AnalogueGndAttkInit
AirAttkRpt AnalogueGndAttkInit
CastSpell [NONE]
GndAttkToIdle AnalogueGndAttkToIdle
AirAttkToIdle AnalogueGndAttkToIdle
Unused2 [NONE]
Walking AnalogueWalking
WalkingToIdle AnalogueGndAttkToIdle
SpecialState1 [NONE]
.headerend
# ----------------------------------------------------------------------------- #
VibranceInit:
imgul 1947 0 7 # Vibrance Shadow (cm\protoss\vibrance.grp)
playfram 0x00
wait 2
goto AnalogueGndAttkToIdle
## Next free IsId: 799

View File

@ -213,6 +213,10 @@ Forthcoming.
- [Zethrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/zethrokor):
- Movement speed 8.1 » 7.5
- **Zethrok Claws** weapon cooldown 0.25 » 0.21
- [Cikralisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/cikralisk):
- HP 70 » 100
- [Mutalisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/mutalisk):
- HP 120 » 140
- [Hydralisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/hydralisk):
- Movement speed 5.4 » 6.15
- **Needle Spines** weapon cooldown 0.71 » 0.63

Binary file not shown.