Jump to content

IsAlternateColor: Difference between revisions

From ModEnc²
en>DCoder
Rewrite
en>Renegade
updated due to pd's post
Line 9: Line 9:
}}
}}


If both this flag and <tt>[[IsElectricBolt]]=yes</tt> are set, the electric bolt will be drawn in alternate colors [white and yellow] (the overcharged Tesla Coil uses this).
If both this flag and <tt>[[IsElectricBolt]]=yes</tt> are set, the electric bolt will be drawn in alternate colors; this is the effect seen when you overcharge a Tesla Coil.
 
The default colors, according to pd, are taken from palette.pal's position #5 (0x05, yellow) as well as white (hardcoded).

Revision as of 16:21, 14 August 2006

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


If both this flag and IsElectricBolt=yes are set, the electric bolt will be drawn in alternate colors; this is the effect seen when you overcharge a Tesla Coil.

The default colors, according to pd, are taken from palette.pal's position #5 (0x05, yellow) as well as white (hardcoded).