-
Notifications
You must be signed in to change notification settings - Fork 276
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(content): lobsterfest #4251
feat(content): lobsterfest #4251
Conversation
-Made lobsters drop lobster when harvested. -Added items and recipes for lobster, cooked lobster, smoked lobster, dehydrated lobster/rehydrated lobster, pickled lobster, salted lobster, canned lobster, lobster soup, and lobster rolls -Food item groups updated to include lobster-based items at a reduced chance compared to fish.
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.
I hate the comestible tests weh
{ | ||
"type": "COMESTIBLE", | ||
"id": "lobster_roll", | ||
"name": { "str": "lobster roll", "str_pl": "lobster rolls" }, |
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.
"name": { "str": "lobster roll", "str_pl": "lobster rolls" }, | |
"name": { "str": "lobster roll" }, |
"container": "wrapper", | ||
"comestible_type": "FOOD", | ||
"symbol": "%", | ||
"calories": 500, |
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.
This might, hopefully, fix the jankiness with the comestible test.
"calories": 500, | |
"calories": 850, |
-Made lobsters drop lobster when harvested. -Added items and recipes for lobster, cooked lobster, smoked lobster, dehydrated lobster/rehydrated lobster, pickled lobster, salted lobster, canned lobster, lobster soup, and lobster rolls -Food item groups updated to include lobster-based items at a reduced chance compared to fish. Fixed Lobster roll calories I think so github will stop throwing a fit. Also made it only cost 1 butter. -Changes to soup, broth, and curry fun values because they're very inconsistent Soup is good
Uncredited port of CleverRaven/Cataclysm-DDA#56121 by @LyleSY in addition to not being fully implemented, being reverted in light of that. |
-Made lobsters drop lobster when harvested.
-Added items and recipes for lobster, cooked lobster, smoked lobster, dehydrated lobster/rehydrated lobster, pickled lobster, salted lobster, canned lobster, lobster soup, and lobster rolls
-Food item groups updated to include lobster-based items at a reduced chance compared to fish.
Purpose of change
Describe the solution
Describe alternatives you've considered
Testing
Additional context
Checklist