This determines the effect of a SuperWeaponType once it is activated by a player.
This is copied from the inclusion-generated Type_I, i.e. it's directly from DZ's Guide and should be rewritten asap.
There are two stages to using a Super Weapon, the first of which is the Type=. The Type= indicates which internal subroutine in the game code to use for the effect of this Super Weapon (since these are special 'one off' effects that otherwise would not occur in game). This subroutine in turn may take one or more of its requirements from the RULES file (thus allowing some limited editing of the effects of that Type=), and in addition these subroutines also require an additional parameter, usually a waypoint (target), which is passed to them via an associated Action=. The Action= is another subroutine that validates that parameter before passing it in a specific way to the Type= (see later). Think of the Type= as being the 'effect' whilst the Action= is the 'delivery method' of the Super Weapon.
Certain Types= will only work with certain Actions= as the way in which that parameter is passed is an important factor in how that Type= may operate, although not all Types= require an Action= as they may simply trigger the whole event by themselves. The Type= label is therefore a special case which allows you to point to a specific routine in the game code, in much the same way as specifying a Locomotor= with a CLSID. The difference here is that the CLSIDs for these subroutines have been given 'labels', as they perform complete functions rather than define behaviours and rules. You must therefore specify a valid and existing label as the parameter for this tag. Unfortunately only the Type= tags that are specified in the RULES file will work - the game is hardcoded only for those effects to be invoked by Super Weapons, however by editing many of the parameters used in those existing ones (such as the warheads, animations and sounds used), you can modify them to a good degree.
Accepted values
In Tiberian Sun
Value
Internal ID
Remarks
MultiMissile
0x00
EMPulse
0x01
Firestorm
0x02
IonCannon
0x03
HunterSeeker
0x04
ChemMissile
0x05
DropPod
0x06
In Red Alert 2
Value
Internal ID
Remarks
MultiMissile
0x00
The Nuke
IronCurtain
0x01
LightningStorm
0x02
ChronoSphere
0x03
This is the SuperWeapon selecting the units to chronowarp.
ChronoWarp
0x04
This is the SuperWeapon selecting the chronowarp destination.
ParaDrop
0x05
AmerParaDrop
0x06
In Yuri's Revenge
In addition to the accepted values in Red Alert 2, the following are also valid:
Value
Internal ID
Remarks
PsychicDominator
0x07
SpyPlane
0x08
GeneticConverter
0x09
ForceShield
0x0A
PsychicReveal
0x0B
Note
Type=ForceShield Hardcoded to only work with BuildingTypes.
In eva(md).ini, this flag, if present, is only set to QUEUE. There are, however, hundreds of sections omitting it, suggesting there's a default value. Whether this is QUEUE or something else is not known.
If this flag is present and set to QUEUE, the voice in it's section will be played after the currently playing voices have finished (the alternative being that it gets ignored).
Note that this questions the use of the alleged QUEUE and QUEUE_INTERRUPT values of Priority. What would you need a priority of QUEUE for, if the type tells the game to queue the sound anyway?
Accepted values
This needs testing
The following section contains information that has not been personally confirmed by the revision's author; readers are encouraged to test it themselves and update the section accordingly.
All of these are case-insensitive. More information is needed to determine their exact effects.