Jump to content

IsMagBeam: Difference between revisions

From ModEnc²
en>DCoder
Rewrite
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
|files={{Categ|Rules(md).ini|Rulesmd.ini}}
|files={{Categ|Rules(md).ini|Rulesmd.ini}}
|values=boolean
|values=boolean
|special=None
|default=no
|default=no
|types={{Categ|Weapon|Weapons}}
|types={{Categ|Weapon|Weapons}}
|games=[[YR]]
|yr=yes
|rp=yes
}}
}}


Line 12: Line 12:


''Note:'' if the projectile is invisible, then the warhead will detonate when the wave hits the target. If it is visible, this wave will be only a graphic effect, and the warhead will detonate when the visible projectile hits. However, AI units will "sense" the wave and try to scatter before the projectile hits.
''Note:'' if the projectile is invisible, then the warhead will detonate when the wave hits the target. If it is visible, this wave will be only a graphic effect, and the warhead will detonate when the visible projectile hits. However, AI units will "sense" the wave and try to scatter before the projectile hits.
=={{Bugs}}==
If the target moves out of Weapon's Range, the MagBeam will still be drawn and AmbientDamage will still work.
*This bug has been fixed in Ares 0.B.

Latest revision as of 17:30, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: IsMagBeam
File(s): Rulesmd.ini
Values: boolean
Default: no
Applicable to: Weapons


If set, the game will draw a colored wave along the projectile path (target -> firer when targeting VehicleTypes, reversed otherwise). This is used on the Magnetron. A similar, but broken wave can be created by using IsSonic=yes on the weapon instead.

Note: if the projectile is invisible, then the warhead will detonate when the wave hits the target. If it is visible, this wave will be only a graphic effect, and the warhead will detonate when the visible projectile hits. However, AI units will "sense" the wave and try to scatter before the projectile hits.

Bugs/Side-Effects/Unexpected Limitations

If the target moves out of Weapon's Range, the MagBeam will still be drawn and AmbientDamage will still work.

  • This bug has been fixed in Ares 0.B.