Table of Contents

Property ACValue

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ACValue

Gets the armor class of this item. This will return the full AC value of this item, taking into account all modifiers in regards to bonus AC.
Unlike the standard ruleset, it will stack multiple AC bonuses instead of taking the highest.
This value does not take into account AC bonuses vs certain conditions nor the DecreaseAC(IPACModifierType, int) Item Property.
It will also not take into account ability changes, nor if there is an existing amount of that bonus type. For example, wearing +1 armor, thus using a +1 Armor AC modifier, will not stack with Epic Mage Armor, which gives +5 in Armor AC bonuses.

public int ACValue { get; }

Property Value

int