Fix the enjoyment values of PB&J and PB&H compared to just the jam or honey sandwiches. #45842
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
SUMMARY: Balance "Fixing the enjoyment values of PB&J and PB&H compared to just the jam or honey sandwiches."
Purpose of change
The jam sandwich and honey sandwich have much higher enjoyment than the same sandwich with peanut butter added, despite most people preferring PB&J sandwiches over plain sandwiches, and also for balance reasons since adding an extra ingredient to make a significantly worse sandwich seemed off.
Describe the solution
Merely changed the jam sandwhich enjoyment from 15 to 6 and PB&J from 6 to 15. Changed honey sandwich from 10 to 6 and PB&H from 6 to 10.
Describe alternatives you've considered
Apart from a complete rework of the enjoyment system for food, alternative solutions could include leaving values as-is, or using somewhat different numbers since the exact values are largely arbitrary, or leaving the PB&H vs honey sandwich alone and only changing the PB&J and jam sandwich.
Testing
Just minor JSON value edits, no extensive testing needed.