feat(WineMaker): stop-before-99 option and session overlay stats - #510
Merged
Conversation
added 5 commits
July 2, 2026 18:56
…ation xp Wine xp does not drop per wine - the fermentation timer is global and resets to ~13s on every mix, so xp for all pending wines arrives in one burst 13s after the last mix. Counting mixes keeps the overlay live, and the stop-before-99 gate now projects pending xp so it cannot overshoot while fermentation is deferred.
TannerIsBender
pushed a commit
to NewGenEng/Microbot-Hub
that referenced
this pull request
Jul 26, 2026
feat(WineMaker): stop-before-99 option and session overlay stats
TannerIsBender
pushed a commit
to NewGenEng/Microbot-Hub
that referenced
this pull request
Jul 26, 2026
feat(WineMaker): stop-before-99 option and session overlay stats
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.
Summary
Follow-up to #508 (these commits were pushed after it merged, so they need their own PR).
Stop before 99 (new config option)
Overlay session stats
Fermentation-aware tracking
Wine xp does not drop per wine: the fermentation timer is global and resets to ~13s on every mix, so xp for all pending wines arrives in one burst 13s after the last mix. The overlay therefore counts wines at mix time, and the stop-before-99 gate projects pending xp (
max(currentXp, startXp + winesMixed * 200)) so deferred fermentation cannot make it overshoot the target.Version
1.2.0→1.3.0Testing
microbot-2.6.12.jarand verified in-game: overlay counts update per batch, xp projection tracks through fermentation bursts