You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 GroupID is 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?
🔖 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:
GroupID
is 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 exactlyANY_FISH
is.🩹 Describe alternatives you've considered
No response
👀 Have you checked if this bug report has been created already?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: