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

Difference between revisions of "IsElectricBolt"

From ModEnc
Jump to: navigation, search
(Rewrite)
m (Replacing Template:TTL with Template:F.)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Flag
 
{{Flag
|name=IsElectricBolt
 
|files={{Categ|Rules(md).ini}}
 
 
|values=boolean
 
|values=boolean
|special=None
 
 
|default=no
 
|default=no
|types={{Categ|Weapon|Weapons}}
+
|types={{Categ|Weapons}}
|games=[[RA2]], [[YR]]
+
|ra2=yes
 +
|yr=yes
 +
|rp=yes
 
}}
 
}}
  
If set, the game will draw an electric bolt along the projectile path. The color is hardcoded, although an alternative one can be used with <tt>[[IsAlternateColor]]=yes</tt>.
+
If set, the [[engine]] will draw an electric bolt along the projectile path. The colors <!-- according to pd --> of the bolt are derived from ''palette.pal'': position #10 (0x0A, slightly desaturated, darker blue) and position #15 (0x0F, white). The bolt can be drawn in an alternate color scheme if {{f|IsAlternateColor|yes|link}}.
 +
 
 +
In the first case, the bolt by Yuri's Revenge default is a Blue/White line of interwoven lightning. In the second case, the bolt is by default a Yellow/White line. The second case is typically used for an overcharged Tesla Coil, where the Tesla Coil is charged by at least 2 Tesla Troopers.

Latest revision as of 10:14, 27 November 2009

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: IsElectricBolt
File(s): rules(md).ini
Values: boolean
Default: no
Applicable to: Weapons


If set, the engine will draw an electric bolt along the projectile path. The colors of the bolt are derived from palette.pal: position #10 (0x0A, slightly desaturated, darker blue) and position #15 (0x0F, white). The bolt can be drawn in an alternate color scheme if IsAlternateColor=yes.

In the first case, the bolt by Yuri's Revenge default is a Blue/White line of interwoven lightning. In the second case, the bolt is by default a Yellow/White line. The second case is typically used for an overcharged Tesla Coil, where the Tesla Coil is charged by at least 2 Tesla Troopers.