Jump to content

ArmorAircraftMult: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 9 revisions imported
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Determine the multiplier to the Armor= value of the relevant objects when produced by this house.
|name={{PAGENAME}}
|files={{Categ|ini=rules}}
|values={{values|percentages}}
|default=1.0
|types={{Categ|Countries}}
|ra2=yes
|yr=yes
|rp=yes
}}
 
If used this tag defines a multiplier by which the armor value of all aircraft owned by the respective house will be multiplied. For example,
 
[France]
ArmorAircraftMult=1.5
 
This would multiply the armor of all aircraft owned by France by 1.5 (50%), so if the aircraft originally had 100 armor, it would now have 150 armor.
 
The value can either be specified as a floating point number, (i.e. 1.2 or 1.4) or as a percentage value (i.e. 20% or 40%).
 
== See Also ==
*[[Armor Multipliers]]

Latest revision as of 21:37, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: ArmorAircraftMult
File(s): rules(md).ini
Values: Percentages: Either a direct percentage (e.g. "50%"), or a floating point value (e.g. "0.5").
Default: 1.0
Applicable to: Countries


If used this tag defines a multiplier by which the armor value of all aircraft owned by the respective house will be multiplied. For example,

[France]
ArmorAircraftMult=1.5

This would multiply the armor of all aircraft owned by France by 1.5 (50%), so if the aircraft originally had 100 armor, it would now have 150 armor.

The value can either be specified as a floating point number, (i.e. 1.2 or 1.4) or as a percentage value (i.e. 20% or 40%).

See Also