Table of Contents

Property AttributeAdjustment

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

AttributeAdjustment

The Attribute Adjustment factor. To calculate the final item stats of the item, multiply this value with an attribute's multiplier, then add the result to the attribute's base value.

double AttributeAdjustment { get; }

Property Value

double

Remarks

The formula is: attribute_adjustment * multiplier + value.