interface Recipe {
effectWorking?: EffecterDefId;
recipeUsers?: RecipeUser[];
researchPrerequisite?: ResearchProjectDefId;
skillRequirements?: { [skill: string]: number };
soundWorking?: SoundDefId;
workSpeedStat?: StatDefId;
workToMake: number;
}Properties§
Source§effect Working?: EffecterDefId
effect Working?: EffecterDefId
Source§recipe Users?: RecipeUser[]
recipe Users?: RecipeUser[]
The users of the recipe.
Source§research Prerequisite?: ResearchProjectDefId
research Prerequisite?: ResearchProjectDefId
The research prerequisite for the recipe.
Source§sound Working?: SoundDefId
sound Working?: SoundDefId
The sound that plays while working on the recipe.
The effect that occurs while working on the recipe.