Begin implementing Starbound Zealot

This commit is contained in:
Pr0nogo 2024-09-20 13:05:15 -04:00
parent ef1a29f7ad
commit 6f067ce376
41 changed files with 74 additions and 11 deletions

Binary file not shown.

View File

@ -527,8 +527,8 @@ Photon Blasters Green
Liiralisk Glave
Evigrilisk Tentacle
Cyclops (Futurist Federation)
Extended Flingy #321
Extended Flingy #322
Zealot (Starbound)
Ecclesiast (Khalendric Knights)
Extended Flingy #323
Extended Flingy #324
Extended Flingy #325

Binary file not shown.

View File

@ -1940,10 +1940,10 @@ Savant Remains
Evigrilisk Tentacle
Cyclops (Futurist Federation)
Cyclops Shadow (Futurist Federation)
Extended Image #940
Extended Image #941
Extended Image #942
Extended Image #943
Zealot (Starbound)
Zealot Shadow (Starbound)
Ecclesiast (Khalendric Knights)
Ecclesiast Shadow (Khalendric Knights)
Extended Image #944
Extended Image #945
Extended Image #946

View File

@ -3226,6 +3226,7 @@ Stroluum Under Attack 01
Stroluum Under Attack 02
Stroluum Under Attack 03
Stroluum Under Attack 04
Zealot (Starbound) Weaponhit 01
Extended Sound #1
Extended Sound #1
Extended Sound #1

View File

@ -3225,4 +3225,5 @@ cm\heroes\stroluum\yes-04.wav
cm\heroes\stroluum\hlp-01.wav
cm\heroes\stroluum\hlp-02.wav
cm\heroes\stroluum\hlp-02.wav
cm\heroes\stroluum\hlp-02.wav
cm\heroes\stroluum\hlp-02.wav
cm\f-p\zealot-starbound\wh-01.wav

Binary file not shown.

View File

@ -951,6 +951,8 @@ Witness Remains
Savant Remains
Evigrilisk Tentacle
Cyclops (Futurist Federation)
Zealot (Starbound)
Ecclesiast (Khalendric Knights)
Extended Sprite #1
Extended Sprite #1
Extended Sprite #1

Binary file not shown.

View File

@ -408,9 +408,9 @@ Terran Anchor (Grounded)
Zerg Sasyrvoleth
Terran Tencendur
Ackmed
Cyclops (Futurist Federation)
Extended Unit #184
Extended Unit #185
Terran Cyclops (Futurist Federation)
Protoss Zealot (Starbound)
Protoss Ecclesiast (Khalendric Knights)
Extended Unit #186
Extended Unit #187
Extended Unit #188

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -51955,4 +51955,63 @@ EvigriliskTentacleInit:
wait 1
goto SubterraneanTentacleDeath
## Next free IsId: 797
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 151 Zealot (Starbound) (faction-p\zealot-starbound.grp)
.headerstart
IsId 797
Type 21
Init ZealotInit
Death ZealotDeath
GndAttkInit ZealotStarboundGndAttkInit
AirAttkInit [NONE]
Unused1 ZealotUnused1
GndAttkRpt ZealotStarboundGndAttkRpt
AirAttkRpt [NONE]
CastSpell [NONE]
GndAttkToIdle ZealotGndAttkToIdle
AirAttkToIdle [NONE]
Unused2 [NONE]
Walking ZealotWalking
WalkingToIdle ZealotWalkingToIdle
SpecialState1 [NONE]
SpecialState2 [NONE]
AlmostBuilt [NONE]
Built [NONE]
Landing [NONE]
LiftOff [NONE]
IsWorking [NONE]
WorkingToIdle [NONE]
WarpIn ZealotWarpIn
.headerend
# ----------------------------------------------------------------------------- #
ZealotStarboundGndAttkInit:
playfram 0x00
wait 1
ZealotStarboundGndAttkRpt:
playsndrand 2 662 663 # Protoss\ZEALOT\pzeAtt00.WAV | Protoss\ZEALOT\pzeAtt01.WAV
playfram 0x11
wait 1
nobrkcodestart
playfram 0x22
wait 1
playfram 0x33
wait 1
playfram 0x44
attackmelee 1 3228 # Protoss\ZEALOT\pzeHit00.WAV
wait 1
playfram 0x33
wait 1
playfram 0x22
attackmelee 1 3228 # Protoss\ZEALOT\pzeHit00.WAV
wait 1
playfram 0x11
wait 1
playfram 0x00
nobrkcodeend
gotorepeatattk
ignorerest
goto ZealotGndAttkToIdle
## Next free IsId: 798

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.

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.

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.