Implement Lobotomy Mines (remove Spider Mines)

This commit is contained in:
Pr0nogo 2023-05-10 17:58:33 -04:00
parent 564a032c86
commit 547c1912d1
14 changed files with 13 additions and 38 deletions

Binary file not shown.

Binary file not shown.

View File

@ -373,7 +373,7 @@ Terran Matador (Cinder Mode)
Terran Cuirass (Trench Mode)
Matador Turret (Tank Mode)
Matador Turret (Cinder Mode)
Police Priestess
Lobotomy Mine
Wyvern Turret
Extended Unit #150
Extended Unit #151

Binary file not shown.

View File

@ -87,7 +87,7 @@ Hollowed Spores (Liiralisk)
Phase Spear (Legionnaire)
Harrying Talons (Akistrokor)
Discoid Railgun (Savant)
Lobotomy Mine (unused)
Electromagnetic Explosion (Lobotomy Mine)
Celestial Cannons (Star Sovereign)
Intervention Missiles (Star Sovereign behavior)
Spores (Sovroleth)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -6871,13 +6871,13 @@ Init SpiderMineInit
Death SpiderMineDeath
GndAttkInit [NONE]
AirAttkInit [NONE]
Unused1 SpiderMineUnused1
Unused1 [NONE]
GndAttkRpt [NONE]
AirAttkRpt [NONE]
CastSpell [NONE]
GndAttkToIdle [NONE]
AirAttkToIdle [NONE]
Unused2 [NONE]
Unused2 SpiderMineUnused2
Walking SpiderMineWalking
WalkingToIdle SpiderMineWalkingToIdle
SpecialState1 SpiderMineSpecialState1
@ -6964,7 +6964,7 @@ SpiderMineSpecialState1:
imgol 429 0 0 # Spider Mine Death (thingy\tmnExplo.grp)
goto SpiderMineLocal00
SpiderMineUnused1:
SpiderMineUnused2:
fireweapon 89
sigorder 1
imgol 429 0 0 # Spider Mine Death (thingy\tmnExplo.grp)
@ -24612,7 +24612,7 @@ MadrigalUnused1:
wait 1
nobrkcodestart
playsnd 1699
sprol 744 0 0
sprol 744 0 0 # Large Orange Explosion Reversed
wait 12
setfldirect 13
nobrkcodeend
@ -24621,19 +24621,13 @@ MadrigalUnused1:
MadrigalGndAttkInit:
wait 1
nobrkcodestart
playfram 0x55
playfram 0x00
wait 1
playfram 0x66
playfram 0x20
playsndbtwn 1208 1211 # Madrigal weaponfire 01, 02, 03, 04
attack
wait 1
playfram 0x77
wait 1
playfram 0x88
wait 1
playfram 0x99
wait 1
playfram 0xaa
playfram 0x00
wait 1
nobrkcodeend
gotorepeatattk
@ -24642,18 +24636,12 @@ MadrigalGndAttkInit:
MadrigalSpecialState1:
wait 1
nobrkcodestart
playfram 0x55
playfram 0x00
wait 1
playfram 0x66
playfram 0x20
attack
wait 1
playfram 0x77
wait 1
playfram 0x88
wait 1
playfram 0x99
wait 1
playfram 0xaa
playfram 0x00
wait 1
nobrkcodeend
gotorepeatattk
@ -24661,20 +24649,7 @@ MadrigalSpecialState1:
MadrigalWalking:
setvertpos 0
goto MadrigalLocal02
MadrigalLocal02:
wait 1
playfram 0x11
wait 1
playfram 0x22
wait 1
playfram 0x33
wait 1
playfram 0x44
wait 1
playfram 0x00
goto MadrigalLocal02
goto MadrigalLocal01
MadrigalLocal01:
wait 125

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.