Jump to content

Cyborg: Difference between revisions

From ModEnc²
en>Carnotaurus
No edit summary
m 6 revisions imported
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Flag
{{Flag
|name={{Cyborg}}
|name=Cyborg
|files={{Categ|Rules(md).ini}}
|files={{Categ|Rules(md).ini}}
|values=yes, no
|values={{values|boolean}}
|default=no
|default=no
|types={{Categ|InfantryTypes}}
|types={{Categ|InfantryTypes}}
Line 12: Line 12:
|rp=yes
|rp=yes
}}
}}
Defines whether an infantry will behave like a cyborg, rather than a normal soldier. This includes the loss of its legs when the cyborg is damaged heavily. During this process it regains 25% of its health, but it can only crawl from now on. The cyborg uses the prone sequence variants to create this effect.


Can be set to 'yes or no'. Used to determine if an infantry will behave like a Cyborg, rather than a normal soldier. This includes the loss of its legs, and the ability of going Bezerk. However, BezerkAllowed= in [general] must be set to yes for the latter to take effect.
Once a cyborg is crawling it can still be repaired back to full health, though its legs stay lost. Destroying a crawling cyborg finally kills it.


The Bezerk ability seems to have no effect in Red Alert 2 and Yuri's Revenge through BezerkAllowed=, however, through AI Scripting, this can be re-enabled (see AI.INI guide for more information)
Damaging or destroying a cyborg displays the {{sl|General|InfantryExplode}} animation.
 
If {{sl|CombatDamage|BerzerkAllowed|yes|link}} is set, the cyborg can go berzerk if it is damaged. In {{Ra2}} and {{Yr}} the berzerk ability is not working, however, through AI Scripting, this can be re-enabled (see [[AI/ScriptActions]] for more info).
 
Cyborg logic does not work well together with deployable infantry, because the cyborg uses its prone status to indicate it has no legs and deploying and undeploying clears this.
==Note==
*The '''Cyborg=yes''' tag will disable the tag. {{f|NotHuman|yes|link}}.

Latest revision as of 21:39, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Cyborg
File(s): Rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: InfantryTypes


Defines whether an infantry will behave like a cyborg, rather than a normal soldier. This includes the loss of its legs when the cyborg is damaged heavily. During this process it regains 25% of its health, but it can only crawl from now on. The cyborg uses the prone sequence variants to create this effect.

Once a cyborg is crawling it can still be repaired back to full health, though its legs stay lost. Destroying a crawling cyborg finally kills it.

Damaging or destroying a cyborg displays the [General]InfantryExplode= animation.

If [CombatDamage]BerzerkAllowed=yes is set, the cyborg can go berzerk if it is damaged. In Red Alert 2 and Yuri's Revenge the berzerk ability is not working, however, through AI Scripting, this can be re-enabled (see AI/ScriptActions for more info).

Cyborg logic does not work well together with deployable infantry, because the cyborg uses its prone status to indicate it has no legs and deploying and undeploying clears this.

Note