Table of Contents

Class Attribute

Namespace
GuildWars2.Items.Stats
Assembly
GW2SDK.dll

Information about an attribute like Power, to calculate the effective stats of an item.

public sealed record Attribute : IEquatable<Attribute>
Inheritance
Attribute
Implements
Inherited Members

Properties

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.

Name

The name of the attribute.

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.