onetech icon indicating copy to clipboard operation
onetech copied to clipboard

Missing items in Tools category

Open ryanb opened this issue 7 years ago • 2 comments

These items should be in the category:

  • Steel Chisel
  • Wooden Tongs
  • Bowl
  • Water Pouch
  • Bucket

These items shouldn't be there:

  • Squash Seeds
  • Bowl of Dough
  • Cooked Goose

Any more? Should kilns be on there?

The tricky part is we need a generic algorithm to filter these items. I need to find out what distinguishes one from the other.

The current tool category isn't bad, and this isn't very high priority at the moment. But I want to start getting an idea of what should change here.

ryanb avatar Jun 13 '18 15:06 ryanb

Seed bowls are showing up now. I think if an object has a last use transition which brings it back to an item that it was in its transitionsToward then it shouldn’t be a tool.

Also removing food will remove the goose.

ryanb avatar Jun 15 '18 05:06 ryanb

We can filter the partial candle and running car by removing objects which have a decay transition.

The seed bowls can be removed by checking if they have a transition which creates the max number of uses.

To add the other objects we can see if the object can be transitioned back and forth. However I think that will apply to too many objects.

ryanb avatar Feb 28 '19 07:02 ryanb