Show / Hide Table of Contents

Class Recipe

Used in Factory to determine outputs

Inheritance
System.Object
Recipe
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class Recipe : object

Constructors

Recipe(String)

Declaration
public Recipe(string recipeID)
Parameters
Type Name Description
System.String recipeID

Properties

FoodInput

Declaration
public FoodRecipe FoodInput { get; set; }
Property Value
Type Description
FoodRecipe

Input

Declaration
public List<InventoryItem> Input { get; set; }
Property Value
Type Description
List<InventoryItem>

Output

Declaration
public List<InventoryItem> Output { get; set; }
Property Value
Type Description
List<InventoryItem>

OverrideOutputCountMax

Declaration
public int OverrideOutputCountMax { get; set; }
Property Value
Type Description
System.Int32

OverrideOutputCountMin

Declaration
public int OverrideOutputCountMin { get; set; }
Property Value
Type Description
System.Int32

ProductionTime

Declaration
public int ProductionTime { get; set; }
Property Value
Type Description
System.Int32

Skill

Declaration
public EGameActivity Skill { get; set; }
Property Value
Type Description
EGameActivity

SkillBonus

Declaration
public int SkillBonus { get; set; }
Property Value
Type Description
System.Int32

Methods

Clone(String)

Clone this Agent's data.

Declaration
public Recipe Clone(string to)
Parameters
Type Name Description
System.String to

The item ID to clone this Agent's data to

Returns
Type Description
Recipe

A copy of this AgentData

GetInput()

Get the Input JSON property.

Declaration
public List<InventoryItem> GetInput()
Returns
Type Description
List<InventoryItem>

GetOutput()

Get the Output JSON property.

Declaration
public List<InventoryItem> GetOutput()
Returns
Type Description
List<InventoryItem>

SetInput(List<InventoryItem>)

Set the Input JSON property.

Declaration
public void SetInput(List<InventoryItem> value)
Parameters
Type Name Description
List<InventoryItem> value

SetOutput(List<InventoryItem>)

Set the Output JSON property.

Declaration
public void SetOutput(List<InventoryItem> value)
Parameters
Type Name Description
List<InventoryItem> value
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX