Cost breakdown UI#567
Open
Roxxik wants to merge 4 commits intoYafc-CE:masterfrom
Open
Conversation
Extract RecipeLogisticsBreakdown record and ComputeLogisticsBreakdown method to share logistics cost calculation between CostAnalysis.Compute and UI tooltip display.
Show ingredient cost, product value, and logistics cost in recipe tooltips. Hold Ctrl to see detailed logistics breakdown and per-item costs. Uses milestone-aware costs with fallback to full costs.
Hold Shift while viewing recipe tooltips to show costs at current milestones. Display N/A for non-automatable recipes or infinite ingredient costs. Update item cost display and localization hints accordingly.
veger
reviewed
Feb 6, 2026
Collaborator
veger
left a comment
There was a problem hiding this comment.
Thanks for splitting the PR up into separate commits, it helps understanding/seeing what you did!
In overall the changes look good to me. I left one remark
veger
approved these changes
Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is in spirit similar to #509 from ApocDev, but without duplicating the LogisticCost logic and visually better integrated with the rest of the Tooltip.
It is split into 3 commits:
Full Cost:

At current milestone:

Please note anything you would want to change, I'm open to suggestions.