Table of Contents

Class ChemistryStationRecipeIngredient

Namespace
S1API.Stations
Assembly
S1API.dll

Ingredient group specification for a Chemistry Station recipe.

public sealed class ChemistryStationRecipeIngredient
Inheritance
ChemistryStationRecipeIngredient
Inherited Members
Extension Methods

Properties

ItemIds

Acceptable ingredient item IDs (variants).

public IReadOnlyList<string> ItemIds { get; }

Property Value

IReadOnlyList<string>

Quantity

Required quantity for this ingredient group.

public int Quantity { get; }

Property Value

int