Vixen
c7401864
csharp
public sealed class Recipe

A recipe with its names resolved.

Read the guide page for this →

Fields and properties (12)

  • public RecipeDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public GameplayTag Profession

    Whose profession it is, and what a skill lookup is keyed by.

  • public GameplayTagRange Station

    What station it needs, or an empty range for anywhere.

  • public RequirementSet Requirements

    What else has to be true.

  • public ReadOnlySpan<RecipeItem> Inputs

    What it takes.

  • public ReadOnlySpan<RecipeItem> Outputs

    What it makes.

  • public RecipeSource Source

    How it is come by.

  • public int SkillRequired

    The skill at which it can first be made.

  • public int SkillCap

    The skill at which it stops teaching.

  • public string Signature

    Its inputs as one comparable string. What discovery matches on.

Methods (1)

  • public int GainAt(int skill)

    How much skill one success is worth at a given skill.

Used by (4)

  • ReferenceTestsMmo.Content.Tests
  • CrafterVixen.Gameplay.Crafting
  • CraftingLibraryVixen.Gameplay.Crafting
  • CraftingTestsVixen.Gameplay.Crafting.Tests