-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
ideaThis is for feature requests that need some work/investigation before work can beginThis is for feature requests that need some work/investigation before work can begin
Description
🔖 Describe the solution you'd like
Some recipes have whole item groups instead of individual items listed. For example, "Fish Biscuit" can be made from "Any Seafood", but it's not listed anywhere what exactly that is or how to get it.
In the game files, there is a GroupID property in the PRODUCTTABLE. This ID corresponds to the ID of the "group item" in the PRODUCTTABLE.
What could be done:
- Keep the recipes as "Any Seafood", but add a list of items that belong to this group to the "Any Seafood" page
- Recognise an entry is a group if an item's
GroupIDis set to this ID. Substitute all occurrences in recipes with the actual item. So Fish Biscuit would not have 3 recipes, but 28.
This may be a bit difficult, since the ID ANY_FISH is not used as a group ID anywhere. So there should be an override that says what exactly ANY_FISH is.
🩹 Describe alternatives you've considered
No response
👀 Have you checked if this bug report has been created already?
- I checked and couldn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
None
Metadata
Metadata
Assignees
Labels
ideaThis is for feature requests that need some work/investigation before work can beginThis is for feature requests that need some work/investigation before work can begin