Jump to content

IsRadBeam: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>DCoder
Rewrite
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and specifies whether or not the projectile path for the weapon should be drawn as a green wavy line in a kind of series of mini sine waves. If this weapon uses a warhead with Radiation=yes set then the beam is drawn in the color specified by the RadColor= statement from the [Radiation] section. If the weapon uses a warhead with Temporal=yes set then the beam is drawn in the color specified by the ChronoBeamColor= statement from the [AudioVisual] section.
|name=IsRadBeam
|files={{Categ|Rules(md).ini}}
|values=boolean
|special=None
|default=no
|types={{Categ|Weapon|Weapons}}
|games=[[RA2]], [[YR]]
}}
 
If set, the game will draw a sine wave along the projectile path. This is used for the Desolator's Rad Cannon.
 
The color of the wave is controlled in the following way:
* If the weapon uses a warhead with <tt>[[Radiation]]=yes</tt>, the color is <tt>[[RadColor]]=</tt> ([<tt>[[Radiation]]</tt>]).
* If the weapon uses a warhead with <tt>[[Temporal]]=yes</tt>, the color is <tt>[[ChronoBeamColor]]=</tt> ([<tt>[[AudioVisual]]</tt>]).

Revision as of 09:14, 7 May 2006

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: IsRadBeam
File(s): Rules(md).ini
Values: boolean
Special Values: None
Default: no
Applicable to: Weapons


If set, the game will draw a sine wave along the projectile path. This is used for the Desolator's Rad Cannon.

The color of the wave is controlled in the following way: