Class Recipe
- Namespace
- GuildWars2.Hero.Crafting.Recipes
- Assembly
- GW2SDK.dll
Information about a crafting recipe. This is the base type. Cast objects of this type to a more specific type to access more properties.
[JsonConverter(typeof(RecipeJsonConverter))]
public record Recipe : IEquatable<Recipe>
- Inheritance
-
Recipe
- Implements
- Derived
- Inherited Members
Properties
- ChatLink
The chat code of the recipe. This can be used to link the recipe in the chat, but also in guild or squad messages.
- Disciplines
The crafting disciplines that can use this recipe.
- Flags
Contains various modifiers.
- Id
The recipe ID.
- Ingredients
The crafting ingredients required to craft the recipe.
- MinRating
The required level to craft this recipe.
- OutputItemCount
How many items are crafted by this recipe.
- OutputItemId
The ID of the item that is crafted by this recipe.
- TimeToCraft
The duration of the crafting process.
Methods
- GetChatLink()
Gets a chat link object for this recipe.