Make misc Askosi bugfixes

This commit is contained in:
Pr0nogo 2026-01-21 22:46:25 -05:00
parent 9b97c6b755
commit cdb2a0d19b
5 changed files with 16 additions and 5 deletions

Binary file not shown.

View File

@ -963,7 +963,7 @@ Bestiary Requires<10> Proscenium OR Zylode<0>
b<1><4>Install Zylode <1>(<3>B<1>)<10>Advanced mechanized production.<0>
Zylode Requires<10> Cipher AND Gauntlet<0>
b<1><4>Install Astrolabe <1>(<3>B<1>)<10>Advanced skyborne production.<0>
Astrolabe Requires<10> Proscenium OR Zylode<0>
Astrolabe Requires<10> Conduit OR Bestiary<0>
<0>
<0>
<0>

Binary file not shown.

View File

@ -2072,7 +2072,6 @@ IntendentGndAttkRpt:
wait 1
nobrkcodestart
playfram 0x200
playsndbtwn 1788 1790 # Atreus weapon fire 01, 02, 03
attackwith 1
wait 1
playfram 0x220
@ -4303,7 +4302,7 @@ ZonguardWalking:
# 2286 Petract (cm\askosi\petract.grp)
.headerstart
IsId 51
Type 13
Type 21
Init PetractInit
Death PetractDeath
GndAttkInit PetractGndAttkInit
@ -4317,7 +4316,15 @@ AirAttkToIdle PetractGndAttkToIdle
Unused2 [NONE]
Walking PetractWalking
WalkingToIdle PetractGndAttkToIdle
SpecialState1 [NONE]
SpecialState1 ObjectSpecialState1
SpecialState2 [NONE]
AlmostBuilt [NONE]
Built [NONE]
Landing [NONE]
LiftOff [NONE]
IsWorking [NONE]
WorkingToIdle [NONE]
WarpIn [NONE]
.headerend
# ----------------------------------------------------------------------------- #
@ -4421,7 +4428,11 @@ PhontisGndAttkRpt:
wait 1
nobrkcodestart
playfram 0x200
playsndbtwn 1788 1790 # Atreus weapon fire 01, 02, 03
attackwith 1
wait 1
playfram 0x220
wait 4
playfram 0x200
attackwith 1
wait 1
playfram 0x220

Binary file not shown.