ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Powerups"

From ModEnc
Jump to: navigation, search
(Corrected some statements, based on testing in TS.)
m
 
(7 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
Flags in Powerups are listed as {{co|Cratename|green}}={{co|X|blue}},{{co|Y|purple}},{{co|Z|orange}},{{co|S|teal}}, where
 
Flags in Powerups are listed as {{co|Cratename|green}}={{co|X|blue}},{{co|Y|purple}},{{co|Z|orange}},{{co|S|teal}}, where
 
*{{co|Cratename|green}} is the name of the powerup (hardcoded)
 
*{{co|Cratename|green}} is the name of the powerup (hardcoded)
*{{co|X|blue}} is the chance<sup>1</sup> that this powerup will be triggered
+
*{{co|X|blue}} is the chance{{fnl|1}} that this powerup will be triggered
*{{co|Y|purple}} is the name of the animation to play (or &lt;none&gt;)
+
*{{co|Y|purple}} is the name of the animation to play (or &lt;none&gt;). Not all Powerups actually play an animation when collected.
 
*{{co|Z|orange}} defines whether the crate is available on water - if you set this to "yes" on the wrong crates, you risk [[Internal Error]]s; an example of this is the unit-crate, where you will get an IE if the crate tries to generate naval units on land or land units on water.
 
*{{co|Z|orange}} defines whether the crate is available on water - if you set this to "yes" on the wrong crates, you risk [[Internal Error]]s; an example of this is the unit-crate, where you will get an IE if the crate tries to generate naval units on land or land units on water.
*{{co|S|teal}} is a special parameter, different from crate to crate
+
*{{co|S|teal}} is a special parameter, different from crate to crate.
 +
The CrateType column gives you the number you need to use for FA2 to spawn the crate in RA2 and YR via trigger action 108. It is not a number you'll find anywhere in the rules.
  
 
====Example====
 
====Example====
 
<tt>{{co|Armor|green}}={{co|10|blue}},{{co|ARMOR|purple}},{{co|yes|orange}},{{co|1.5|teal}}</tt><br>
 
<tt>{{co|Armor|green}}={{co|10|blue}},{{co|ARMOR|purple}},{{co|yes|orange}},{{co|1.5|teal}}</tt><br>
{{co|Armor|green}} crates appear with a chance of {{co|10|blue}}/110<sup>1</sup>, play {{co|ARMOR|purple}} as an animation when triggered, {{co|do appear|orange}} on water, and multiply your unit's <tt>[[Strength]]</tt> by {{co|1.5|teal}} when it picks up the crate.
+
{{co|Armor|green}} crates appear with a chance of {{co|10|blue}}/110{{fnl|1}}, play {{co|ARMOR|purple}} as an animation when triggered, {{co|do appear|orange}} on water, and multiply your unit's <tt>[[Strength]]</tt> by {{co|1.5|teal}} when it picks up the crate; the crate's number is 9.
  
 
+
{| align="center" cellpadding="4" class="table_descrow wikitable"
{| align="center" cellpadding="4" class="table_descrow"
 
 
|+'''Explanation of {{tt|[Powerups]}} flags, default YR values, availability'''
 
|+'''Explanation of {{tt|[Powerups]}} flags, default YR values, availability'''
 +
!CrateType
 
!Flag name
 
!Flag name
!Chance{{sup|1}}
+
!Chance{{fnl|1}}
 
!Animation
 
!Animation
 
!Water?
 
!Water?
Line 24: Line 25:
 
!Flag explanation
 
!Flag explanation
 
!width="125"|Works in game(s)
 
!width="125"|Works in game(s)
 +
!Play animation?
 +
|-
 +
|?
 +
|'''ParaBomb'''
 +
|align="center"|3 (RA)
 +
|align="center"|PARABOX
 +
|
 +
|
 +
|Gives you one (1) loaded ParaBomb Superweapon
 +
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|Crimson}}
 +
|?
 +
|-
 +
|?
 +
|'''Sonar'''
 +
|align="center"|3 (RA)
 +
|align="center"|SONARBOX
 +
|
 +
|
 +
|Gives you one (1) loaded Sonar Pulse Superweapon
 +
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|Crimson}}
 +
|?
 
|-
 
|-
|'''Armor'''
+
|?
|align="center"|10
+
|'''TimeQuake'''
|align="center"|ARMOR
+
|align="center"|3 (RA)
 +
|align="center"|TQUAKE
 +
|
 +
|
 +
|Creates a [[Time Quake]]
 +
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|Crimson}}
 +
|?
 +
|-
 +
|0
 +
|'''Money'''
 +
|align="center"|20
 +
|align="center"|MONEY
 
|align="center"|yes
 
|align="center"|yes
|align="center"|1.5
+
|align="center"|2000
|Multiplier to unit {{tt|[[Strength]]}}, controlled by Special Parameter<br>In TS, this is a multiplier to incoming {{tt|[[Damage]]}} instead. Uses the Money powerup if the receiving unit already has picked up an Armor crate.
+
|Gives you the amount of Credits specified in Special Parameter. Note the exact amount always varies, apparently between ±$900{{fnl|2}}.
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 
|-
 
|-
|'''Firepower'''
+
|1
|align="center"|10
+
|'''Unit'''
|align="center"|FIREPOWR
+
|align="center"|20
|align="center"|yes
+
|align="center"|<none>
|align="center"|2.0
+
|align="center"|no
|Multiplier to weapon {{tt|[[Damage]]}}, controlled by Special Parameter. Uses the Money powerup if the receiving unit already has picked up a Firepower crate.
+
|
 +
|Gives you one free VehicleType '''not''' marked CrateGoodie=no
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|No
 
|-
 
|-
 +
|2
 
|'''HealBase'''
 
|'''HealBase'''
 
|align="center"|10
 
|align="center"|10
Line 47: Line 84:
 
|
 
|
 
|Heal everything to full health
 
|Heal everything to full health
 +
Also forces units of Houses/Countries with IQ ≥ [IQ]>Scatter to scatter.
 +
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 +
|-
 +
|3
 +
|'''Cloak'''
 +
|align="center"|0
 +
|align="center"|CLOAK
 +
|align="center"|yes
 +
|
 +
|Gives everything within the <tt>[[CrateRadius]]</tt> the effect of <tt>[[Cloakable|Cloakable=yes]]</tt>
 +
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 +
|-
 +
|4
 +
|'''Explosion{{fnl|3}}'''
 +
|align="center"|0
 +
|align="center"|<none>
 +
|align="center"|yes
 +
|align="center"|500
 +
|Creates an explosion using the warhead defined in [[C4Warhead]], damage controlled by Special Parameter.
 +
Only the TechnoType registered as receiver is actually damaged; so only one InfantryType or one VehicleType.
 +
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 +
|-
 +
|5
 +
|'''Napalm{{fnl|3}}'''
 +
|align="center"|0
 +
|align="center"|<none>
 +
|align="center"|no
 +
|align="center"|600
 +
|Creates an explosion using the warhead defined in [[FlameDamage]], damage controlled by Special Parameter.
 +
Only the TechnoType registered as receiver is actually damaged; so only one InfantryType or one VehicleType.
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 
|-
 
|-
|'''Money'''
+
|6
|align="center"|20
+
|'''Squad'''
|align="center"|MONEY
+
|align="center"|0
 +
|align="center"|<none>
 +
|align="center"|no
 +
|
 +
|Spawns a squad of InfantryTypes. From TS to YR, it is forced to the action of the Money powerup, and there's no way to even play the animation, if specified. It'll always play the Money pwoerup's animation if forced.
 +
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|GoldenRod}}
 +
|Money Powerup
 +
|-
 +
|7
 +
|'''Darkness'''
 +
|align="center"|0
 +
|align="center"|SHROUDX
 
|align="center"|yes
 
|align="center"|yes
|align="center"|2000
+
|
|Gives you the amount of Credits specified in Special Parameter
+
|Shrouds the entire map, even if you have a SpySat Uplink. You need to collect a Reveal crate or sell each Building you already owned with <tt>[[SpySat|SpySat=yes]]</tt> first before building another one to re-gain full map view.
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 
|-
 
|-
 +
|8
 
|'''Reveal'''
 
|'''Reveal'''
 
|align="center"|10
 
|align="center"|10
Line 64: Line 148:
 
|Reveals entire map (sans Gap Generators, of course). In Tiberian Sun, gaining a second Reveal will cause an opposite effect, shrouding the entire map (same as the Darkness powerup)
 
|Reveals entire map (sans Gap Generators, of course). In Tiberian Sun, gaining a second Reveal will cause an opposite effect, shrouding the entire map (same as the Darkness powerup)
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 
|-
 
|-
 +
|9
 +
|'''Armor'''
 +
|align="center"|10
 +
|align="center"|ARMOR
 +
|align="center"|yes
 +
|align="center"|1.5
 +
|Multiplier to unit {{tt|[[Strength]]}}, controlled by Special Parameter<br>In TS, this is a multiplier to incoming {{tt|[[Damage]]}} instead. Uses the Money powerup if the receiving unit already has picked up an Armor crate.
 +
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 +
|-
 +
|10
 
|'''Speed'''
 
|'''Speed'''
 
|align="center"|10
 
|align="center"|10
Line 72: Line 168:
 
|Multiplier to unit {{tt|[[Speed]]}}, controlled by Special Parameter. Uses the Money powerup if the receiving unit already has picked up a Speed crate.
 
|Multiplier to unit {{tt|[[Speed]]}}, controlled by Special Parameter. Uses the Money powerup if the receiving unit already has picked up a Speed crate.
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 
|-
 
|-
|'''Veteran'''
+
|11
|align="center"|20
+
|'''Firepower'''
|align="center"|VETERAN
+
|align="center"|10
 +
|align="center"|FIREPOWR
 
|align="center"|yes
 
|align="center"|yes
|align="center"|1
+
|align="center"|2.0
|Instant promotion by the number of levels set in Special Parameter
+
|Multiplier to weapon {{tt|[[Damage]]}}, controlled by Special Parameter. Uses the Money powerup if the receiving unit already has picked up a Firepower crate.
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|green}}
+
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 
|-
 
|-
|'''Unit'''
+
|12
|align="center"|20
+
|'''ICBM'''
|align="center"|<none>
+
|align="center"|0
|align="center"|no
+
|align="center"|CHEMISLE
 +
|align="center"|yes
 
|
 
|
|Gives you one free VehicleType '''not''' marked CrateGoodie=no
+
|Gives you a free shot with the first super weapon in the SuperWeaponTypes list to have Action=Nuke.
 +
Note this crate does nothing when a building with the Nuke Special has already been built by whoever collected it. However, if an ICBM crate was collected, and then a Nuke Silo built before firing, the nuke comes out as fully charged for its first shot. In TS, this crate is hardcoded to give you 1x shot of the [MultiLauncher] weapon, while displaying the sidebar cameo and text of the [MultiSpecial] superweapon.
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 +
|Yes
 
|-
 
|-
 +
|13
 
|'''Invulnerability'''
 
|'''Invulnerability'''
 
|align="center"|0
 
|align="center"|0
Line 94: Line 197:
 
|align="center"|yes
 
|align="center"|yes
 
|align="center"|1.0
 
|align="center"|1.0
|Renders your unit invulnerable for the number of minutes set by Special Parameter. In Tiberian Sun, has no effect. In Red Alert 2, defaults to the action of the Money powerup.
+
|Renders your unit invulnerable for the number of minutes set by Special Parameter. In Tiberian Sun and later, has no effect other than playing the specified animation.
 
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|GoldenRod}}
 
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|GoldenRod}}
 +
|Yes
 +
|-
 +
|14
 +
|'''Veteran'''
 +
|align="center"|20
 +
|align="center"|VETERAN
 +
|align="center"|yes
 +
|align="center"|1
 +
|Instant promotion by the number of levels set in Special Parameter. Uses the Money powerup if the receiving unit has already reached full promotion.
 +
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|green}}
 +
|Yes
 
|-
 
|-
 +
|15
 
|'''IonStorm'''
 
|'''IonStorm'''
 
|align="center"|0
 
|align="center"|0
Line 102: Line 217:
 
|align="center"|yes
 
|align="center"|yes
 
|
 
|
|Was intended to generate a random Ion Storm, but has no effect. In Red Alert 2, defaults to the action of the Money powerup.
+
|Was intended to generate a random Ion Storm, but has no effect other than playing the specified animation.
 
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|GoldenRod}}
 
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|GoldenRod}}
 +
|Yes
 
|-
 
|-
 +
|16
 
|'''Gas'''
 
|'''Gas'''
 
|align="center"|0
 
|align="center"|0
Line 110: Line 227:
 
|align="center"|yes
 
|align="center"|yes
 
|align="center"|100
 
|align="center"|100
|Releases a cloud of gas, damage controlled by Special Parameter. Check {{tt|[Gas]}} and fix {{tt|[[GasCloudSys|[GasCloudSys]]]}} before using this.
+
|Releases a cloud of gas, damage controlled by Special Parameter. Check {{tt|[Gas]}} and fix {{tt|[[GasCloudSys|[GasCloudSys]]]}} before using this. In TS/FS, the gas is green, hinting that it is supposedly the same Tiberium gas released by Nod's chemical missile. In RA2/YR, the Weather Storm's clouds are used, discolored due to the game using the incorrect palette.
 +
All TechnoTypes within a somehow-set radius are damaged or killed.
 
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|green}}
 
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|green}}
 +
|Yes
 
|-
 
|-
 +
|17
 
|'''Tiberium'''
 
|'''Tiberium'''
 
|align="center"|0
 
|align="center"|0
Line 120: Line 240:
 
|Creates a small patch of ore or Tiberium, depending on the game. Picks a random "maturity" of Tiberium/Ore patch as well as the amount.
 
|Creates a small patch of ore or Tiberium, depending on the game. Picks a random "maturity" of Tiberium/Ore patch as well as the amount.
 
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|green}}
 
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|green}}
 +
|Yes
 
|-
 
|-
 +
|18
 
|'''Pod'''
 
|'''Pod'''
 
|align="center"|0
 
|align="center"|0
Line 126: Line 248:
 
|align="center"|no
 
|align="center"|no
 
|
 
|
|Would have given you the Drop Pod Special in TS, but that feature was scrapped. In Red Alert 2, defaults to the action of the Money powerup.
+
|Would have given you the Drop Pod Special in TS, but that feature was scrapped. It still plays the specified animation when collected.
 
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|GoldenRod}}
 
|align="center"|{{co|RA,|Crimson}} {{co|TS/FS, RA2/YR|GoldenRod}}
|-
+
|Yes
|'''Cloak'''
 
|align="center"|0
 
|align="center"|CLOAK
 
|align="center"|yes
 
|
 
|Gives everything within the <tt>[[CrateRadius]]</tt> the effect of <tt>[[Cloakable|Cloakable=yes]]</tt>
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|-
 
|'''Darkness'''
 
|align="center"|0
 
|align="center"|SHROUDX
 
|align="center"|yes
 
|
 
|Shrouds the entire map, even if you have a SpySat Uplink. You need to sell each Building with <tt>[[SpySat|SpySat=yes]]</tt> first before building another one to re-gain full map view.
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|-
 
|'''Explosion'''
 
|align="center"|0
 
|align="center"|<none>
 
|align="center"|yes
 
|align="center"|500
 
|Creates an explosion using the warhead defined in [[C4Warhead]], damage controlled by Special Parameter.
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|-
 
|'''ICBM'''
 
|align="center"|0
 
|align="center"|CHEMISLE
 
|align="center"|yes
 
|
 
|Gives you a free shot with the first super weapon in the SuperWeaponTypes list to have Action=Nuke.
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|-
 
|'''Napalm'''
 
|align="center"|0
 
|align="center"|<none>
 
|align="center"|no
 
|align="center"|600
 
|Creates an explosion using the warhead defined in [[FlameDamage]], damage controlled by Special Parameter
 
|align="center"|{{co|RA, TS/FS, RA2/YR|Green}}
 
|-
 
|'''Squad'''
 
|align="center"|0
 
|align="center"|<none>
 
|align="center"|no
 
|
 
|Spawns a squad of InfantryTypes. Red Alert 2, defaults to the action of the Money powerup.
 
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|GoldenRod}}
 
|-
 
|'''ParaBomb'''
 
|align="center"|3 (RA)
 
|align="center"|PARABOX
 
|
 
|
 
|Gives you one (1) loaded ParaBomb Superweapon
 
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|Crimson}}
 
|-
 
|'''Sonar'''
 
|align="center"|3 (RA)
 
|align="center"|SONARBOX
 
|
 
|
 
|Gives you one (1) loaded Sonar Pulse Superweapon
 
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|Crimson}}
 
|-
 
|'''TimeQuake'''
 
|align="center"|3 (RA)
 
|align="center"|TQUAKE
 
|
 
|
 
|Creates a [[Time Quake]]
 
|align="center"|{{co|RA,|Green}} {{co|TS/FS, RA2/YR|Crimson}}
 
 
|}
 
|}
 +
Crate IDs 19 and up are random skirmish crates, respecting Chance set by the rules.ini
 
<div align="right"><small>Works fine {{co|&nbsp;&nbsp;&nbsp;&nbsp;||Green}}</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
<div align="right"><small>Works fine {{co|&nbsp;&nbsp;&nbsp;&nbsp;||Green}}</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
<small>Can be triggered, but logic doesn't work {{co|&nbsp;&nbsp;&nbsp;&nbsp;||GoldenRod}}</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
<small>Can be triggered, but logic doesn't work {{co|&nbsp;&nbsp;&nbsp;&nbsp;||GoldenRod}}</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 
<small>Not available {{co|&nbsp;&nbsp;&nbsp;&nbsp;||Red}}</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
 
<small>Not available {{co|&nbsp;&nbsp;&nbsp;&nbsp;||Red}}</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
  
{{sup|1}}'''Note:''' Due to Westwood's...err..."interesting" style of coding, the chances are not percentage values, but rather shares of the sum of all default shares, meaning:
+
{{fn|1|'''Note:''' <!--Due to Westwood's err...interesting choice of coding-->These chances are not percentage values, but rather shares of the sum of all default shares, meaning:
 
*In '''RA2/YR''', the chance is '''x/110'''
 
*In '''RA2/YR''', the chance is '''x/110'''
 
*In '''TS/FS''', the chance is '''x/441'''
 
*In '''TS/FS''', the chance is '''x/441'''
 
*In '''RA''', the chance is '''x/146'''
 
*In '''RA''', the chance is '''x/146'''
where x is, in all cases, the chance-parameter.
+
where x is, in all cases, the chance-parameter.}}
 +
 
 +
{{fn|2|Money crates do not only award the amounts set in the rules, but also vary the amount randomly by 900 credits.}}
 +
 
 +
{{fn|3|The Napalm and Explosion crates appear to only damage (or kill) one infantry of a squad: the infantry that was registered as the receiver. It needs to be tested if the same goes for the Gas crate.}}
  
 
====Trivia====
 
====Trivia====
Calculating from this, our example, the Armor-crate, has a chance of
+
Calculating from the shares-system, our example, the Armor-crate, has a chance of
 
*'''9.09%''' (10/110) to appear in RA2/YR, while 1% equals 1.1 shares. <!-- I know the 1% values are obvious, -->
 
*'''9.09%''' (10/110) to appear in RA2/YR, while 1% equals 1.1 shares. <!-- I know the 1% values are obvious, -->
 
*'''7.48%''' (33/441) to appear in TS/FS, while 1% equals 4.41 shares. <!-- but, you know... -->
 
*'''7.48%''' (33/441) to appear in TS/FS, while 1% equals 4.41 shares. <!-- but, you know... -->
Line 220: Line 276:
 
==Obsolete Powerups in RA2/YR==
 
==Obsolete Powerups in RA2/YR==
 
Several Powerups do not work the way they were coded anymore. They are, however, not useless. Even though they do not create a specific, special effect when you pick them up, they do play the specified animation. And animations can have <tt>[[Damage]]</tt>, can spawn [[Particles]] and even neutral infantry. Whatever you can do with an animation can be called by a crate. Several mods use this to have a crate spawning neutral Brutes, for example.
 
Several Powerups do not work the way they were coded anymore. They are, however, not useless. Even though they do not create a specific, special effect when you pick them up, they do play the specified animation. And animations can have <tt>[[Damage]]</tt>, can spawn [[Particles]] and even neutral infantry. Whatever you can do with an animation can be called by a crate. Several mods use this to have a crate spawning neutral Brutes, for example.
 +
 +
The only CrateTypes that can be used for this in YR are the IonStorm, Pod and Invulnerability crates, as only these play their set animations. The others either don't exist in RA2/YR or (in the case of Squad) are forced to use another action.
  
  

Latest revision as of 18:20, 10 August 2023

This page should correctly be named "[Powerups]"; it is wrong due to technical restrictions.


This section of rules(md).ini controls the content of crates, i.e. which bonuses they can provide, which amount of them, and what animation to play when triggered. For general crate rules, like their frequency of appearence, see [CrateRules].

Flags in Powerups are listed as Cratename=X,Y,Z,S, where

  • Cratename is the name of the powerup (hardcoded)
  • X is the chance1 that this powerup will be triggered
  • Y is the name of the animation to play (or <none>). Not all Powerups actually play an animation when collected.
  • Z defines whether the crate is available on water - if you set this to "yes" on the wrong crates, you risk Internal Errors; an example of this is the unit-crate, where you will get an IE if the crate tries to generate naval units on land or land units on water.
  • S is a special parameter, different from crate to crate.

The CrateType column gives you the number you need to use for FA2 to spawn the crate in RA2 and YR via trigger action 108. It is not a number you'll find anywhere in the rules.

Example

Armor=10,ARMOR,yes,1.5
Armor crates appear with a chance of 10/1101, play ARMOR as an animation when triggered, do appear on water, and multiply your unit's Strength by 1.5 when it picks up the crate; the crate's number is 9.

Explanation of [Powerups] flags, default YR values, availability
CrateType Flag name Chance1 Animation Water? Special Parameter Flag explanation Works in game(s) Play animation?
? ParaBomb 3 (RA) PARABOX Gives you one (1) loaded ParaBomb Superweapon RA, TS/FS, RA2/YR ?
? Sonar 3 (RA) SONARBOX Gives you one (1) loaded Sonar Pulse Superweapon RA, TS/FS, RA2/YR ?
? TimeQuake 3 (RA) TQUAKE Creates a Time Quake RA, TS/FS, RA2/YR ?
0 Money 20 MONEY yes 2000 Gives you the amount of Credits specified in Special Parameter. Note the exact amount always varies, apparently between ±$9002. RA, TS/FS, RA2/YR Yes
1 Unit 20 <none> no Gives you one free VehicleType not marked CrateGoodie=no RA, TS/FS, RA2/YR No
2 HealBase 10 HEALALL yes Heal everything to full health

Also forces units of Houses/Countries with IQ ≥ [IQ]>Scatter to scatter.

RA, TS/FS, RA2/YR Yes
3 Cloak 0 CLOAK yes Gives everything within the CrateRadius the effect of Cloakable=yes RA, TS/FS, RA2/YR Yes
4 Explosion3 0 <none> yes 500 Creates an explosion using the warhead defined in C4Warhead, damage controlled by Special Parameter.

Only the TechnoType registered as receiver is actually damaged; so only one InfantryType or one VehicleType.

RA, TS/FS, RA2/YR Yes
5 Napalm3 0 <none> no 600 Creates an explosion using the warhead defined in FlameDamage, damage controlled by Special Parameter.

Only the TechnoType registered as receiver is actually damaged; so only one InfantryType or one VehicleType.

RA, TS/FS, RA2/YR Yes
6 Squad 0 <none> no Spawns a squad of InfantryTypes. From TS to YR, it is forced to the action of the Money powerup, and there's no way to even play the animation, if specified. It'll always play the Money pwoerup's animation if forced. RA, TS/FS, RA2/YR Money Powerup
7 Darkness 0 SHROUDX yes Shrouds the entire map, even if you have a SpySat Uplink. You need to collect a Reveal crate or sell each Building you already owned with SpySat=yes first before building another one to re-gain full map view. RA, TS/FS, RA2/YR Yes
8 Reveal 10 REVEAL yes Reveals entire map (sans Gap Generators, of course). In Tiberian Sun, gaining a second Reveal will cause an opposite effect, shrouding the entire map (same as the Darkness powerup) RA, TS/FS, RA2/YR Yes
9 Armor 10 ARMOR yes 1.5 Multiplier to unit Strength, controlled by Special Parameter
In TS, this is a multiplier to incoming Damage instead. Uses the Money powerup if the receiving unit already has picked up an Armor crate.
RA, TS/FS, RA2/YR Yes
10 Speed 10 SPEED yes 1.2 Multiplier to unit Speed, controlled by Special Parameter. Uses the Money powerup if the receiving unit already has picked up a Speed crate. RA, TS/FS, RA2/YR Yes
11 Firepower 10 FIREPOWR yes 2.0 Multiplier to weapon Damage, controlled by Special Parameter. Uses the Money powerup if the receiving unit already has picked up a Firepower crate. RA, TS/FS, RA2/YR Yes
12 ICBM 0 CHEMISLE yes Gives you a free shot with the first super weapon in the SuperWeaponTypes list to have Action=Nuke.

Note this crate does nothing when a building with the Nuke Special has already been built by whoever collected it. However, if an ICBM crate was collected, and then a Nuke Silo built before firing, the nuke comes out as fully charged for its first shot. In TS, this crate is hardcoded to give you 1x shot of the [MultiLauncher] weapon, while displaying the sidebar cameo and text of the [MultiSpecial] superweapon.

RA, TS/FS, RA2/YR Yes
13 Invulnerability 0 ARMOR yes 1.0 Renders your unit invulnerable for the number of minutes set by Special Parameter. In Tiberian Sun and later, has no effect other than playing the specified animation. RA, TS/FS, RA2/YR Yes
14 Veteran 20 VETERAN yes 1 Instant promotion by the number of levels set in Special Parameter. Uses the Money powerup if the receiving unit has already reached full promotion. RA, TS/FS, RA2/YR Yes
15 IonStorm 0 <none> yes Was intended to generate a random Ion Storm, but has no effect other than playing the specified animation. RA, TS/FS, RA2/YR Yes
16 Gas 0 <none> yes 100 Releases a cloud of gas, damage controlled by Special Parameter. Check [Gas] and fix [GasCloudSys] before using this. In TS/FS, the gas is green, hinting that it is supposedly the same Tiberium gas released by Nod's chemical missile. In RA2/YR, the Weather Storm's clouds are used, discolored due to the game using the incorrect palette.

All TechnoTypes within a somehow-set radius are damaged or killed.

RA, TS/FS, RA2/YR Yes
17 Tiberium 0 <none> no Creates a small patch of ore or Tiberium, depending on the game. Picks a random "maturity" of Tiberium/Ore patch as well as the amount. RA, TS/FS, RA2/YR Yes
18 Pod 0 <none> no Would have given you the Drop Pod Special in TS, but that feature was scrapped. It still plays the specified animation when collected. RA, TS/FS, RA2/YR Yes

Crate IDs 19 and up are random skirmish crates, respecting Chance set by the rules.ini

Works fine                 

Can be triggered, but logic doesn't work                 

Not available                 

1 Note: These chances are not percentage values, but rather shares of the sum of all default shares, meaning:

  • In RA2/YR, the chance is x/110
  • In TS/FS, the chance is x/441
  • In RA, the chance is x/146
where x is, in all cases, the chance-parameter.

2 Money crates do not only award the amounts set in the rules, but also vary the amount randomly by 900 credits.

3 The Napalm and Explosion crates appear to only damage (or kill) one infantry of a squad: the infantry that was registered as the receiver. It needs to be tested if the same goes for the Gas crate.

Trivia

Calculating from the shares-system, our example, the Armor-crate, has a chance of

  • 9.09% (10/110) to appear in RA2/YR, while 1% equals 1.1 shares.
  • 7.48% (33/441) to appear in TS/FS, while 1% equals 4.41 shares.
  • 6.85% (10/146) to appear in RA, while 1% equals 1.46 shares.


Obsolete Powerups in RA2/YR

Several Powerups do not work the way they were coded anymore. They are, however, not useless. Even though they do not create a specific, special effect when you pick them up, they do play the specified animation. And animations can have Damage, can spawn Particles and even neutral infantry. Whatever you can do with an animation can be called by a crate. Several mods use this to have a crate spawning neutral Brutes, for example.

The only CrateTypes that can be used for this in YR are the IonStorm, Pod and Invulnerability crates, as only these play their set animations. The others either don't exist in RA2/YR or (in the case of Squad) are forced to use another action.


See also