Table of Contents

Property ExtraRecipeIds

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

ExtraRecipeIds

The IDs of any extra recipes that are unlocked when the item is consumed.

public required IReadOnlyCollection<int> ExtraRecipeIds { get; init; }

Property Value

IReadOnlyCollection<int>

Remarks

This property is used in the following scenarios: 1. For recipes that involve multiple crafting steps, to unlock recipes for intermediary crafting materials. 2. For rune and sigil recipes, to unlock minor, major and superior variants all at once. 3. Some recipe sheets unlock variants for multiple disciplines. For instance, some armor recipe sheets may unlock a recipe for Armorsmith, Leatherworker and Tailor all at once, to produce heavy, medium or light variants.