When trying to craft an item that requires cutting_wire_standard, like bike basket, or wire basket, I found that survivor utility belt doesn't satisfy aforementioned requirement.
It appears that survivor utility belt only works if it doesn't have any item holstered.
To Reproduce
survivor utility belt and butcher knifewire basket or bike basketsurvivor utility belt in the requirements list is greenbutcher knife in survivor utility beltwire basket or bike basketsurvivor utility belt in the requirements list is now redExpected behavior
survivor utility belt should provide cutting_wire_standard capability regardless of whether it contains holstered item or not.
Screenshots



Versions and configuration(please complete the following information):




Additional context
Seems that cutting_wire_standard is not a regular item quality, but rather something external, specified in toolsets.json. Probably the issue is in the logic that checks the requirements resolved via toolsets.json.
Also, the new mechanics means you have to get out the shovel to use if on a belt. :p
But I guess that is as intended, where as this is a bug.
Seems that cutting_wire_standard is not a regular item quality, but rather something external, specified in toolsets.json. Probably the issue is in the logic that checks the requirements resolved via toolsets.json.
Both cutting_wire_standard and welding_standard are correctly expanded into qualities and tools, as evidenced by first screenshot of crafting UI; no problem there.
The issue arises due to the check here -- with a knife sheathed in it, the belt has non-empty contents and becomes ineligible for use as a crafting component. (But we're using it as a tool.)
Working on a fix.
it's the folding wire basket that requires specific tools, instead of a tool quality?
Most helpful comment
Both
cutting_wire_standardandwelding_standardare correctly expanded into qualities and tools, as evidenced by first screenshot of crafting UI; no problem there.The issue arises due to the check here -- with a knife sheathed in it, the belt has non-empty contents and becomes ineligible for use as a crafting component. (But we're using it as a tool.)
Working on a fix.