Add reads for Stimpack and Madcap full stacks

This commit is contained in:
Pr0nogo 2024-04-19 16:33:03 -04:00
parent 69219829ad
commit 5fb25df16e
14 changed files with 38 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1845,9 +1845,9 @@ Algoztalisk Birth (Cocoon)
Gorgon Petrification
Autocrat Controlled Opposition
Savant Form Switch - Entropy
Extended Image #845
Extended Image #846
Extended Image #847
Maverick Stimpack Inject
Maverick Stimpack Proc
Maverick Stimpack Expire
Extended Image #848
Extended Image #849
Extended Image #850

Binary file not shown.

View File

@ -3077,7 +3077,7 @@ Ancile Death 02
Ancile Death 03
Savant Switch A 01
Savant Switch B 01
Extended Sound #1
Stimpack Expire 01
Extended Sound #1
Extended Sound #1
Extended Sound #1

View File

@ -3076,4 +3076,5 @@ cm\t\ancile\dth-01.wav
cm\t\ancile\dth-02.wav
cm\t\ancile\dth-03.wav
cm\t\savant\sw-01.wav
cm\t\savant\sw-02.wav
cm\t\savant\sw-02.wav
cm\t\maverick\stimpack-expire-01.wav

View File

@ -25616,16 +25616,17 @@ EnergyDecayDeath:
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1110 Magic Sylon (cm\effect\magicsylon.grp)
# 1110 Savant Form Switch - Power (cm\terran\savant-form-switch.grp)
# 1846 Savant Form Switch - Entropy (cm\terran\savant-form-switch.grp)
.headerstart
IsId 459
Type 1
Init MagicSylonInit
Death MagicSylonDeath
Init SavantFormSwitchInit
Death SavantFormSwitchDeath
.headerend
# ----------------------------------------------------------------------------- #
MagicSylonInit:
SavantFormSwitchInit:
playfram 0x00
wait 1
playfram 1
@ -25679,7 +25680,7 @@ MagicSylonInit:
playfram 42
wait 1
playfram 43
MagicSylonDeath:
SavantFormSwitchDeath:
wait 1
end
@ -50944,4 +50945,27 @@ GorgonPetrificationInit:
wait 1
end
## Next free IsId: 777
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 1847 Maverick Stimpack (cm\terran\maverick-stimpack.grp)
.headerstart
IsId 777
Type 1
Init MaverickStimpackInit
Death MaverickStimpackDeath
.headerend
# ----------------------------------------------------------------------------- #
MaverickStimpackInit:
playfram 1
wait 1
playfram 2
wait 1
playfram 4
wait 1
playfram 5
MaverickStimpackDeath:
wait 1
end
## Next free IsId: 778

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -16,7 +16,9 @@ We are still hunting for desyncs! Please submit your critical logs to cm-issues
## Audiovisuals
- Added reads for:
- Maverick Stimpack (inject, proc, expire)
- Savant form switch
- Madcap Cabeirus Feeders achieving full stacks
- Advisors:
- Achieved custom advisor support for:
- Missile arming

Binary file not shown.