More Askosi development; More stability fixes following recent changes

This commit is contained in:
Pr0nogo 2025-12-05 21:48:49 -05:00
parent b7ebde09bc
commit a010337242
23 changed files with 121 additions and 5 deletions

Binary file not shown.

View File

@ -623,7 +623,7 @@ Grandstand (Cannon)
Grandstand (Holdout) Grandstand (Holdout)
Grandstand (Vision) Grandstand (Vision)
Mimic Mimic
Extended Flingy #417 Intendent
Extended Flingy #418 Extended Flingy #418
Extended Flingy #419 Extended Flingy #419
Extended Flingy #420 Extended Flingy #420

Binary file not shown.

Binary file not shown.

View File

@ -2216,8 +2216,8 @@ Grandstand (Vision)
Grandstand (Vision) shadow Grandstand (Vision) shadow
Mimic Mimic
Mimic Shadow Mimic Shadow
Extended Image #1216 Intendent
Extended Image #1217 Intendent Shadow
Extended Image #1218 Extended Image #1218
Extended Image #1219 Extended Image #1219
Extended Image #1220 Extended Image #1220

Binary file not shown.

View File

@ -1074,7 +1074,7 @@ Grandstand (Cannon)
Grandstand (Holdout) Grandstand (Holdout)
Grandstand (Vision) Grandstand (Vision)
Mimic Mimic
Extended Sprite #560 Intendent
Extended Sprite #561 Extended Sprite #561
Extended Sprite #562 Extended Sprite #562
Extended Sprite #563 Extended Sprite #563

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2000,4 +2000,118 @@ MimicWalking:
move 5 move 5
wait 1 wait 1
playfram 0x88 playfram 0x88
goto MimicWalking goto MimicWalking
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# xxxx Intendent (cm\askosi\intendent.grp)
.headerstart
IsId 23
Type 21
Init IntendentInit
Death IntendentDeath
GndAttkInit IntendentGndAttkInit
AirAttkInit IntendentGndAttkInit
Unused1 SkryrokorLocal00
GndAttkRpt IntendentGndAttkInit
AirAttkRpt IntendentGndAttkInit
CastSpell [NONE]
GndAttkToIdle IntendentGndAttkToIdle
AirAttkToIdle IntendentGndAttkToIdle
Unused2 [NONE]
Walking IntendentWalking
WalkingToIdle IntendentGndAttkToIdle
SpecialState1 [NONE]
SpecialState2 [NONE]
AlmostBuilt [NONE]
Built [NONE]
Landing [NONE]
LiftOff [NONE]
IsWorking [NONE]
WorkingToIdle [NONE]
WarpIn [NONE]
.headerend
# ----------------------------------------------------------------------------- #
IntendentInit:
imgulnextid 0 0 # Intendent Shadow (cm\askosi\intendent-shadow.grp)
goto IntendentGndAttkToIdle
IntendentGndAttkToIdle:
playfram 0x220
goto SkryrokorLocal00
IntendentDeath:
playsnd 533 # Protoss\Scout\PScDth00.WAV
imgol 213 0 0 # Explosion1 (Small) (thingy\tBangS.grp)
wait 2
lowsprul 1065 0 42 # Askosi Unit Rubble (cm\askosi\a-rubble-tiny.grp)
wait 1
end
IntendentGndAttkInit:
playfram 0x220
IntendentGndAttkRpt:
wait 1
nobrkcodestart
playfram 0x200
playsndbtwn 1788 1790 # Atreus weapon fire 01, 02, 03
attackwith 1
wait 1
playfram 0x220
wait 1
nobrkcodeend
gotorepeatattk
ignorerest
goto IntendentGndAttkToIdle
IntendentWalking:
move 4
wait 1
playfram 0x00
move 4
wait 1
playfram 0x20
move 4
wait 1
playfram 0x40
move 4
wait 1
playfram 0x60
move 4
wait 1
playfram 0x80
move 4
wait 1
playfram 0xA0
move 4
wait 1
playfram 0xC0
move 4
wait 1
playfram 0xE0
move 4
wait 1
playfram 0x100
move 4
wait 1
playfram 0x120
move 4
wait 1
playfram 0x140
move 4
wait 1
playfram 0x160
move 4
wait 1
playfram 0x180
move 4
wait 1
playfram 0x1A0
move 4
wait 1
playfram 0x1C0
move 4
wait 1
playfram 0x1E0
goto IntendentWalking

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -52,6 +52,8 @@
- [Stockade](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/stockade): - [Stockade](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/stockade):
- Time cost 45 » 50 - Time cost 45 » 50
- *Slight nudge-back to first-unit timings in bio openers.* - *Slight nudge-back to first-unit timings in bio openers.*
- [Tencendur](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/tencendur):
- HP 450 » 600
## Zerg ## Zerg
- [Zethrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/zethrokor): - [Zethrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/zethrokor):

Binary file not shown.