Kazetsukai / onetech

Automated Crafting Guide for One Hour One Life
MIT License
31 stars 24 forks source link

Missing items in Tools category #95

Open ryanb opened 6 years ago

ryanb commented 6 years ago

These items should be in the category:

These items shouldn't be there:

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 commented 6 years ago

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 commented 5 years ago

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.