Type Alias RecipeGrinder

RecipeGrinder: {
    bonus?: [Bonus, Bonus];
    input: string;
    output: Ingredient;
    turns: number;
}

Type declaration

  • Optionalbonus?: [Bonus, Bonus]
  • input: string
  • output: Ingredient
  • turns: number

    Integer larger than or equal to 1