Class SmithingTrimRecipe
Used for applying armor trims
public sealed class SmithingTrimRecipe : IRecipe
- Inheritance
-
SmithingTrimRecipe
- Implements
- Inherited Members
Constructors
SmithingTrimRecipe()
public SmithingTrimRecipe()
Properties
Addition
public required Ingredient Addition { get; init; }
Property Value
Base
public required Ingredient Base { get; init; }
Property Value
Group
public string? Group { get; init; }
Property Value
Identifier
public required string Identifier { get; init; }
Property Value
Template
public required Ingredient Template { get; init; }
Property Value
Type
public required CraftingType Type { get; init; }