Table of Contents

Property Value

Namespace
GuildWars2.Items.Stats
Assembly
GW2SDK.dll

Value

The base value for the attribute. To calculate the final item stats, multiple an item's Attribute Adjustment value with the Multiplier, then add the result to this base value.

public required int Value { get; init; }

Property Value

int

Remarks

The formula is: attribute_adjustment * multiplier + value.