FMaxArmorRating

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
Description

Determines the maximum amount of armor.

This decimal value is used to determine the maximum armor contribution of all equipped items and effects. The default is 85.00. Since armor rating is the percentage of damage withheld from the target, the best that any combination of armor can do is remove 85% of damage done. It would be potentially dangerous to let this value get too close to 100.

Fractional values are retained at all times. An actor's health is a floating point value, as are the weapon damage and armor rating. All calculations are made as floats. Every piece of armor contributes it's armor value directly to this value. Every % of shield and fire/shock/frost shield also adds 1 armor.

A value of 0 removes the cap entirely (no limit to armor rating).

Default value

85.0000


Note: There are two very similar looking, but different, settings, fMaxArmorRating, which sets the maximum percentage of damage that can be blocked by armor, and which defaults to 85, and fArmorRatingMax.