Table of Contents

Class ReagentRecipe

Namespace
GrindFest
Assembly
GrindFest.dll

Alchemy recipe that matches reagents by their Category field. Carries conversion parameters for gradual liquid transformation while stirring.

public class ReagentRecipe : CraftingRecipe
Inheritance
object
ReagentRecipe

Constructors

ReagentRecipe(ResourceType, ResourceType, string, int, float, float)

Properties

ConversionRate

Units of source liquid converted to result per second while stirring.

CraftDuration
LiquidPerReagent

How many units of source liquid each reagent converts.

Methods

CanCraft(CraftingStationBehaviour)
Craft(CraftingStationBehaviour, SkillBehaviour)
GetResultType()
GetSourceType()
MatchesReagent(ItemBehaviour)