One thing we currently have no way of handling is items that give their modifiers from being in inventory. This applies to the antique tacklebox and the fishin' pole from this content.
I guess this could be done by adding a new modifier like Free Pull (I guess "Inventory" would work), then iterating over all items in inventory checking for that modifier. But then I wonder if it's worth iterating over all of inventory every time modifiers are updated, for something that seems pretty minor.
I guess this could be done by adding a new modifier like Free Pull (I guess "Inventory" would work), then iterating over all items in inventory checking for that modifier. But then I wonder if it's worth iterating over all of inventory every time modifiers are updated, for something that seems pretty minor.