Property Multiplier
- Namespace
- GuildWars2.Items.Stats
- Assembly
- GW2SDK.dll
Multiplier
The multiplier for the attribute. To calculate the final item stats, multiply an item's Attribute Adjustment value with this multiplier, then add the result to the base Value.
public required double Multiplier { get; init; }
Property Value
Remarks
The formula is: attribute_adjustment * multiplier + value.