Jump to content

TiberiumHeal: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 3 revisions imported
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
==For [General]==
Number of minutes between which to apply healing at the rate defined by IRepairStep and IRepairRate when the unit is stood in Tiberium (Ore). Although parsed in Red Alert 2, this is not used, as it only works with units that have TiberiumHeal=true set in their entry, and this is not a valid keyword in Red Alert 2 as it was in Tiberian Sun.
{{Flag
|files={{Categ|Rules(md).ini}}
|values={{values|floats}}
|default=?
|types={{Categ|General}}
|ts=yes
|fs=yes
|ets=yes
}}
 
This flag specifies the number of minutes between restoring the amount of hitpoints defined by {{f|RepairStep|link}} (for [[VehicleTypes]] and [[AircraftTypes]]) and {{f|IRepairStep|link}} (for [[InfantryTypes]]) to applicable TechnoTypes with <code>TiberiumHeal=yes</code>{{Sup|[[TiberiumHeal#For_InfantryTypes.2C_VehicleTypes.2C_and_AircraftTypes|{{Arr|d}}]]}} that are positioned above [[OverlayTypes]] with {{tt|[[Tiberium_%28INI_flag%29|Tiberium{{equal}}yes]]}}.
 
 
 
==For InfantryTypes, VehicleTypes, and AircraftTypes==
{{Flag
|files={{Categ|Rules(md).ini}}
|values={{values|boolean}}
|default=false
|types={{Categ|InfantryTypes}}, {{Categ|VehicleTypes}}, {{Categ|AircraftTypes}}
|ts=yes
|fs=yes
|ets=yes
}}
 
Applicable [[TechnoTypes]] with this flag set to <code>true</code> and that are positioned above [[OverlayTypes]] with {{tt|[[Tiberium_%28INI_flag%29|Tiberium{{equal}}yes]]}}, are restored hitpoints defined by {{f|RepairStep|link}} (for VehicleTypes and AircraftTypes) and {{f|IRepairStep|link}} (for InfantryTypes) at a rate defined by TiberiumHeal{{Sup|[[TiberiumHeal#For_.5BGeneral.5D|{{Arr|u}}]]}} (in {{tt|[[General|[General]]]}}).
 
The Tiberian Sun engine makes no special check for whether or not an AircraftType with <code>TiberiumHeal=yes</code> is in flight or not when restoring hitpoints for being over Tiberium. In other words, aircraft are not required to land in order to heal from Tiberium.

Latest revision as of 22:09, 31 March 2025

For [General]

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: TiberiumHeal
File(s): Rules(md).ini
Values: Floating point values: Any decimal number (clearer range should be added in Template:Values).
Default: ?
Applicable to: General


This flag specifies the number of minutes between restoring the amount of hitpoints defined by RepairStep (for VehicleTypes and AircraftTypes) and IRepairStep (for InfantryTypes) to applicable TechnoTypes with TiberiumHeal=yes that are positioned above OverlayTypes with Tiberium=yes.


For InfantryTypes, VehicleTypes, and AircraftTypes

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


Applicable TechnoTypes with this flag set to true and that are positioned above OverlayTypes with Tiberium=yes, are restored hitpoints defined by RepairStep (for VehicleTypes and AircraftTypes) and IRepairStep (for InfantryTypes) at a rate defined by TiberiumHeal (in [General]).

The Tiberian Sun engine makes no special check for whether or not an AircraftType with TiberiumHeal=yes is in flight or not when restoring hitpoints for being over Tiberium. In other words, aircraft are not required to land in order to heal from Tiberium.