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.
public required double AttributeAdjustment { get; init; }
Property Value
Remarks
The formula is: attribute_adjustment * multiplier + value.