Type Alias RecipeInductionSmelter

RecipeInductionSmelter: {
    bonus?: Bonus;
    input: [Ingredient, Ingredient];
    rf: number;
}

Type declaration