Table of Contents

Class EquipmentItem

Namespace
GuildWars2.Hero.Equipment.Templates
Assembly
GW2SDK.dll

Information about a single item in the character's armory.

[JsonConverter(typeof(EquipmentItemJsonConverter))]
public sealed record EquipmentItem : IEquatable<EquipmentItem>
Inheritance
EquipmentItem
Implements
Inherited Members

Properties

Binding

Whether this item is bound.

BoundTo

The name of the character if the item is soulbound.

Count

The number of this item in the armory (i.e. not currently active in any slot).

DyeColorIds

The color IDs of dyes applied to the item.

Id

The item ID.

InfusionItemIds

The item IDs of infusions in this item.

Location

Whether this item is currently equipped or stored in the (legendary) armory.

SecondarySuffixItemId

If present, indicates the item ID of an upgrade component in the second slot of a two-handed weapon.

SkinId

The skin ID.

Slot

The slot where this item is equipped.

Stats

The selected attribute combination for equipment with selectable stats.

SuffixItemId

If present, indicates the item ID of an upgrade component.

TemplateNumbers

The equipment template numbers in which this item is (re)used.

Methods

GetChatLink()

Gets a chat link object for this item.