Jump to content

RadLevelFactor: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>DCoder
Rewrite
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
This scales the damage done by a given radiation level.
|name=RadLevelFactor
|files={{Categ|Rules(md).ini}}
|values=float
|special=None
|default=1?
|types={{Categ|Radiation|Radiation}}
|games=[[RA2]], [[YR]]
}}
 
The damage that radiation inflicts on units (prior to <tt>[[Verses]]</tt> and similar recalculations) is calculated by the formula: <tt>[[RadLevel]] * RadLevelFactor</tt>.

Revision as of 12:09, 7 May 2006

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: RadLevelFactor
File(s): Rules(md).ini
Values: float
Special Values: None
Default: 1?
Applicable to: Radiation


The damage that radiation inflicts on units (prior to Verses and similar recalculations) is calculated by the formula: RadLevel * RadLevelFactor.