Class Armor
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about an armor item. This type is the base type for all armor. Cast objects of this type to a more specific type to access more properties.
[JsonConverter(typeof(ArmorJsonConverter))]
public record Armor : Item, IEquatable<Item>, ICombatEquipment, IUpgradable, IEquatable<Armor>
- Inheritance
-
Armor
- Implements
- Derived
- 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 armor. This skin can be unlocked in the wardrobe by binding the item.
- Defense
The defense rating of the armor. Defense adds together with Toughness to give the Armor attribute, which reduces incoming strike damage.
- InfusionSlotCount
The number of infusion slots available on the armor item.
- InfusionSlots
The infusion slots of the armor (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 armor item.
- UpgradeSlots
The upgrade slots of the armor.
- WeightClass
The weight class of the armor.