Class CraftingMaterial
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about a crafting material.
[JsonConverter(typeof(CraftingMaterialJsonConverter))]
public sealed record CraftingMaterial : Item, IEquatable<Item>, IInfusable, IEquatable<CraftingMaterial>
- Inheritance
-
CraftingMaterial
- Implements
- Inherited Members
Properties
- UpgradesInto
If the current crafting material is used in the Mystic Forge to infuse or attune equipment, this collection contains the IDs of the infused (or attuned) items. Each item in the collection represents a different recipe.