Recipe

constructor(id: Int, type: String, outputItemId: Int, outputItemCount: Int, timeToCraftMs: Int, disciplines: List<String>, minRating: Int, flags: List<String>, ingredients: List<Ingredient>, guildIngredients: List<GuildIngredient> = listOf(), outputUpgradeId: Int? = null, chatLink: String)