ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "ArmorAircraftMult"

From ModEnc
Jump to: navigation, search
m (Correcting the template, while I'm at it.)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Flag
 
{{Flag
|name=ArmorAircraftMult
+
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
+
|files={{Categ|ini=rules}}
|values=percentage / float
+
|values={{values|percentages}}
|special=None
+
|default=1.0
|default=None
+
|types={{Categ|Countries}}
|types=[[Countries]]|
+
|ra2=yes
|games=[[RA2]], [[YR]]
+
|yr=yes
 +
|rp=yes
 
}}
 
}}
  
Line 12: Line 13:
  
 
  [France]
 
  [France]
  ArmorAircraftMult=.5
+
  ArmorAircraftMult=1.5
  
This would multiply the armor of all aircraft owned by France by .5 (50%), so if the aircraft originally had 100 armor, it would now have 150 armor.
+
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. .2 or .4) or as a percentage value (i.e. 20% or 40%).
+
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%).
  
[[Category:Rules(md).ini Flags]]
+
== See Also ==
 +
*[[Armor Multipliers]]

Latest revision as of 00:03, 21 June 2008

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
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