Table of Contents

Class SalvageTool

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

Information about a tool which can be used to salvage items.

[JsonConverter(typeof(SalvageToolJsonConverter))]
public sealed record SalvageTool : Item, IEquatable<Item>, IEquatable<SalvageTool>
Inheritance
SalvageTool
Implements
Inherited Members

Properties

Charges

The number of charges the tool has. Each use of the tool consumes 1 charge.

Unbreakable

Indicates whether the tool has unlimited charges.