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: Content "Fix Nopalitos recipe"
Purpose of change
Fixes #37837 and makes some changes to have the recipe make more sense.
#37837 was caused by Nopalitos not having the "comestible_type" flag correctly set.
When I went in to look, I found some other issues with this recipe that I fixed.
Describe the solution
The caloric content of cactus pads was WAY too high -- it was previously 100 calories per cup, which would give one cup of nopalitos that had 300 calories. Based on a calorie counter (https://www.nutritionix.com/i/nutritionix/nopalitos-1-cup/5824ef736162ad862e912a9d) 1 cup of nopalitos should have more like 22 calories.
I opted to adjust the recipe so that 3 cups of cactus pads makes 2 cups of nopalitos, so I adjusted the calories and vitamins of cactus pads to be 2/3 of the nopalitos, so 1 cup of pads now has 15 calories and nopalitos have 45 calories in a 2-cup portion.
I also added a batch factor to nopalitos such that they get 80% time savings at >4 batches, which seems realistic. I adjusted down the recipe time based on this recipe which cites 20-25 minutes: https://40aprons.com/how-to-cook-nopales-cactus/
Describe alternatives you've considered
I could have just added the comestible_type flag to fix the symptom from #37837 but then I would have had to ignore the incorrect caloric content and recipe ratios.
Testing
I replicated this problem on the main branch, and verified it was fixed by adding the comestible_type flag. Then I crafted nopalitos and spawned some pre-made nopalitos and compared their nutritional content. Also tested batch crafting before and after.