Table of Contents

Interface ICombatEquipment

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

The interface for items that can be equipped to increase the player's combat attributes.

public interface ICombatEquipment

Properties

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.

AttributeCombinationId

The ID of the item's attribute combination, used for items with fixed stats. This property is not used for items with selectable stats.

Attributes

The effective stats of the item.

Buff

The effect which is applied to the player when the item is equipped.

StatChoices

The IDs of the attribute combinations that can be chosen for the item. This property is only used for items with selectable stats.