mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
Begin implementing Starbound Zealot
This commit is contained in:
parent
ef1a29f7ad
commit
6f067ce376
Binary file not shown.
@ -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.
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
@ -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.
@ -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.
@ -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
|
||||
BIN
mpq/sound/cm/f-p/zealot-starbound/wh-01.wav
Normal file
BIN
mpq/sound/cm/f-p/zealot-starbound/wh-01.wav
Normal file
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.
BIN
plugins/gptp.qdp
BIN
plugins/gptp.qdp
Binary file not shown.
Loading…
Reference in New Issue
Block a user