Jump to content

IsElectricBolt: Difference between revisions

From ModEnc²
en>Nighthawk200
m Template Updated
en>Vinifera7
m Stuff..
Line 1: Line 1:
{{Flag
{{Flag
|name=IsElectricBolt
|files={{Categ|Rules(md).ini}}
|values=boolean
|values=boolean
|default=no
|default=no
|types={{Categ|Weapon|Weapons}}
|types={{Categ|Weapons}}
|ra2=yes
|ra2=yes
|yr=yes
|yr=yes
Line 10: Line 8:
}}
}}


If set, the game will draw an electric bolt along the projectile path.<br>The default colors, according to pd, are taken from '''palette.pal'''<nowiki>'</nowiki>s position #10 (0x0A, slightly desaturated, darker blue) as well as from position #15 (0x0F, white). Alternative colors 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 {{TTL|IsAlternateColor|yes}}.

Revision as of 07:53, 25 April 2008

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
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 Template:TTL.