Table of Contents

Class Backpack

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

Information about a back item.

[JsonConverter(typeof(BackpackJsonConverter))]
public sealed record Backpack : Item, IEquatable<Item>, ICombatEquipment, IUpgradable, IInfused, IInfusable, IEquatable<Backpack>
Inheritance
Backpack
Implements
Inherited Members

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.

DefaultSkinId

The default skin ID for the back item. This skin can be unlocked in the wardrobe by binding the item.

InfusionSlotCount

The number of infusion slots available on the back item.

InfusionSlots

The infusion slots of the back item (only available on ascended and legendary items).

StatChoices

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

SuffixItemId

The ID of the upgrade component in the upgrade slot, if any.

UpgradeSlotCount

The number of upgrade slots available on the back item.

UpgradeSlots

The upgrade slots of the back item.

UpgradesFrom

If the current back item is infused, this collection contains the IDs of possible source items.

UpgradesInto

If the current back item can be infused in the Mystic Forge, this collection contains the IDs of the infused variations of the back item. Each item in the collection represents a different recipe.