Fix volume and weight of cornmeal and dry corn kernels #72297
Merged
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
None
Purpose of change
The calorie content of starch is about 381 calories per 100g(https://www.nutritionix.com/food/cornstarch/100-g). The data of flour in the game is roughly consistent with it, but the data of cornmeal is much lower. I verified the calorie of the corn cob and the calorie of the corn kernels, and they are both similar to the reference. The mass of corn flour in the game seems to be converted from the mass of the dried corn kernels (180g / 3 = 60g), which is too large.
moisture ratio of corn: 22%-32%(https://cropwatch.unl.edu/harvesting-drying-storing-late-maturing-high-moisture-corn)
Density of corn:0.72g/cm³(https://www.aqua-calc.com/page/density-table/substance/corn-coma-and-blank-on-blank-the-blank-cob)
Mass and calories of corn cob: 95 calories per 100 grams (https://kochkosmos.com/en/how-many-calories-does-a-whole-corn-cob-have-clarification/)
Describe the solution
cornmeal:weight:60g->12.5g volume: 107ml->24ml (same with flour)
dry corn kernels: weight: 180g->45g volume:255ml ->83ml
corn kernels: weight: 210g->60g volume: 285ml->83ml
corn cob: weight:690g->140g volume:750ml->195ml
Describe alternatives you've considered
Testing
Additional context