-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(balance): Wild Veggy, Mushroom Buff #5608
Conversation
Increased the calorie count of mushrooms from 24 to 50 and wild veggies from 34 to 50; increased specific calorie-overriding recipes' calorie count to compensate. Also increased the number of mushrooms and wild veggies you can forage at once.
Mother_lover,_ the calorie test is based on mushroom soup. |
Comestibles test are most likely failing because recipes are calling for amounts of the |
Yeah, I figured. The question is, what can I do about it? |
{
"id": "mushroom_soup_ingredients",
"type": "requirement",
"components": [
[ [ "broth", 1 ] ],
[ [ "mushroom", 1 ], [ "mushroom_cooked", 1 ], [ "dry_mushroom", 1 ], [ "morel_cooked", 1 ] ],
[ [ "flour", 1 ] ]
]
}, These already call for only one each of the ingredient, so my initial assumed solution of cut how many mushrooms are called for by this recipe in half won't work. I'd say start by trying this:
Hopefully then tests will pass, if not then will have to see what else is being fucky. |
Calorie changes are fine to me, feel free to merge when tests pass. |
Tests are already failed and still need fixing. If they don't tackle it by the time I get home I'll do it. |
So I just realized that the broth and flour is not alternatives but part of a component set actually, will fix the item calories in a sec. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Increased the calorie count of mushrooms from 24 to 50 and wild veggies from 34 to 50; increased specific calorie-overriding recipes' calorie count to compensate. Also increased the number of mushrooms and wild veggies you can forage at once.
Checklist
Required
main
so it won't cause conflict when updatingmain
branch later.Optional
Purpose of change
Wild veggies and mushrooms were fairly useless beforehand thanks to their exceptionally low calorie count; they weren't worth farming, and they were barely worth foraging.
Describe the solution
Mushrooms and wild veggies have had their calorie count nearly doubled and their forage amount increased slightly, making them a better choice for foraging and farming players.
Describe alternatives you've considered
Rebalance every single fruit and veggie out there to make them all worthwhile to eat, even if some are still worth more calories.
Testing
Additional context