1
0
mirror of https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git synced 2026-09-22 23:01:42 +00:00

Revise Southpaw visuals; Add Lanifect remnants; Make AI requirements for factional units more robust

This commit is contained in:
Pr0nogo 2023-11-16 00:56:08 -05:00
parent eb63bc69c9
commit 281ee0f37f
11 changed files with 58 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1773,7 +1773,7 @@ Helix Bolt Blue 2
Vorvrokor Shadow
Burst Lasers Impact Blue Damageless
Dracadin Death Explosion
Extended Image #773
Lanifect Remains
Extended Image #774
Extended Image #775
Extended Image #776

Binary file not shown.

View File

@ -885,7 +885,7 @@ Potentate
Skortrith Cesiant Tentacle
Cyclops Weapon Impact
Sentinel Rail
Extended Sprite #1
Lanifect Remains
Extended Sprite #1
Extended Sprite #1
Extended Sprite #1

View File

@ -21635,7 +21635,7 @@ LanifectDeath:
playsnd 1351 # Lanifect death 01
imgol 213 0 0 # Explosion1 (Small) (thingy\tBangS.grp)
wait 3
lowsprul 847 0 42 # Protoss Unit Rubble Small
lowsprul 887 0 42 # Lanifect Remains
wait 1
end
@ -42358,6 +42358,7 @@ TarasqueMuzzleFlashDeath:
# 1645 Cyclops Remains (cm\terran\cyclops-remains.grp)
# 1647 Goliath Remains (cm\terran\goliath-remains.grp)
# 1648 Ecclesiast Remains (cm\protoss\ecclesiast-remains.grp)
# 1648 Lanifect Remains (cm\protoss\lanifect-death.grp)
.headerstart
IsId 650
Type 0
@ -51055,6 +51056,58 @@ EngramGndAttkToIdle:
EngramWarpIn:
imgol 1748 0 0 # Engram Warp Flash (cm\protoss\engram.grp)
goto ScourgeLocal00
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1745 Philoc (cm\faction\philoc.grp)
.headerstart
IsId 751
Type 12
Init PhilocInit
Death PhilocDeath
GndAttkInit PhilocGndAttkInit
AirAttkInit PhilocGndAttkInit
Unused1 [NONE]
GndAttkRpt PhilocGndAttkInit
AirAttkRpt PhilocGndAttkInit
CastSpell [NONE]
GndAttkToIdle WraithGndAttkToIdle
AirAttkToIdle WraithGndAttkToIdle
Unused2 [NONE]
Walking PhilocWalking
WalkingToIdle WraithGndAttkToIdle
SpecialState1 [NONE]
.headerend
# ----------------------------------------------------------------------------- #
PhilocInit:
imgulnextid 0 42 # Philoc Shadow (terran\philoc.grp)
playfram 0x00
goto WraithGndAttkToIdle
PhilocDeath:
playsnd 257 # Terran\PHOENIX\TPhDth00.WAV
imgol 332 0 0 # Explosion2 (Small) (thingy\tBangS.grp)
wait 3
lowsprul 844 0 42 # Terran Unit Rubble Medium
end
PhilocGndAttkInit:
nobrkcodestart
wait 1
playfram 0x20
attackwith 1
playsnd 74 # Bullet\TPhFi100.wav
wait 1
playfram 0x00
gotorepeatattk
nobrkcodeend
goto WraithLocal00
PhilocWalking:
setvertpos 0
imgol 1747 0 0 # Philoc Engines (terran\wraith-engine.grp)
goto WraithLocal00
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:

Binary file not shown.

Binary file not shown.

View File

@ -53,6 +53,8 @@ Patch goals include:
- Scribe (materials and attack animation)
- Aurora (extended attack animation)
- Quazilisk, Nathrokor (new dual-birth animations)
- Added unique remnants for:
- Lanifect (c. Baelethal)
- Added weapon SFX for:
- Star Sovereign (Intervention Missiles)
- Added icon and tooltip for:

Binary file not shown.