Change to how NONE scrap value items are processed as a component
OreCruncher opened this issue ยท 1 comments
First off, by component I mean an item that is part of the output when processing an item. For example, if a dynamo is being scrapped, the gears are considered components.
Currently a lot of Vanilla items are scrubbed from the output recipes for the decomposition core. The reason for this was related to how NONE scrap items were processed. These items had a chance of producing Poor Scrap, and I wanted to avoid having farms that produce a lot of low grade items to churn out scrap and scrap boxes.
The change I am working on is to eliminate the chance of a NONE scrap item of producing Poor Scrap when it is processed as a component. By doing this I can stop scrubbing the output. These items will still have a chance of being destroyed, kept, or turned to dust.
In the grand scheme about the only thing a player will notice is that now he has a chance of getting components such as wood planks, sticks, glass, etc.