[ ] Generic Meals, would look something like 'Nutrition', and would automatically attempt to find the most nutritious items that the pawn can access.
[ ] Generic Medicine, would look for the best possible medicine on the map.
Maybe
[ ] Generic melee weapon
[ ] Generic ranged weapon
[ ] Generic meat (for handlers)
Challenges
[ ] An Item in a Tag would no longer be a single def, and all the places where that assumption is made would need to be fixed and updated (probably more functions added to Item to implement the functionality, would clean up the code too).
[ ] When retrieving an item, it would no longer be a single default, but a lookup. Re-stocking would have slightly different logic (i.e. best medicine on the map, if you have 5 tribal, but 3 industrial on the map, you would desire 3 industrial + 2 tribal on a pawn looking for 5)
[ ] Finding best sources of nutrition on a map isn't fast
Maybe
Challenges
Item
in a Tag would no longer be a single def, and all the places where that assumption is made would need to be fixed and updated (probably more functions added to Item to implement the functionality, would clean up the code too).