Destiny.Definitions.DestinyItemCraftingBlockDefinition

If an item can have an action performed on it (like "Dismantle"), it will be defined here if you care.
Type: object
Object Properties
outputItemHash
Mapped to Definition
A reference to the item definition that is created when crafting with this 'recipe' item.
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.DestinyInventoryItemDefinition
requiredSocketTypeHashes
Mapped to Definition
A list of socket type hashes that describes which sockets are required for crafting with this recipe.
Type: array
Array Contents: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.Sockets.DestinySocketTypeDefinition
failedRequirementStrings
Type: array
Array Contents: string
baseMaterialRequirements
Nullable Mapped to Definition
A reference to the base material requirements for crafting with this recipe.
Type: uint32
Mapped to Manifest Database Definition: Destiny.Definitions.DestinyMaterialRequirementSetDefinition
bonusPlugs
A list of 'bonus' socket plugs that may be available if certain requirements are met.
Type: array