TL;DR
Construction bots should / could use items from storage chests first, like logibots doWhat ?
Logistic bots use a pretty clear priority system for item pickup. Quote from Wiki:Construction bots do not. The only care (afaik, the wiki does have no additional information here) for distance to the possible pickup targets. It ould be nice if that would change to a similar pattern the player can kind of predict or use to his advantage.Logistic robots will pick up items in the following priority: active provider chests > storage chests > buffer chests > passive provider chests
Why ?
But why? Distance to pickup is not forseeable for the player... and worse, it can lead to clutter in the network when items get moved around by the player. But thats no problem you say. all Items will be used up eventually. Sadly thats not ensured.Lets construct a case:
I defend my base with gun turrets from biters from the west. To automate my defense, i have set up a blueprint i plop down a few times, the construction bots go out and place the gun turrets for me. They get the turrest from the factory in the middle of the base, where they are produced at a limit of one stack in my provider chest.
Later, i move out to mop the enemy up. For now, the west is safe so i deconstruct the defense with bots. Oh, wait, the bots need a storage option to store stuff in, okay, plop down a storage chest in the west.
2 Minutes later i see a thread in the east. Okay, put some blueprints down there. The gun turrets get placed, and boom, now there may be up to 50 more turrets in the network. Because the old turrets are in a storage chest far in the west, construct pickup nearest... if they are still in the west wing, they may get the old turrets, if they are in the east, they pickup from the passive provider chest.
The increase of items in the network is not forseeable.
And no, i am completly aware that there are ingame solutions to this. From circuit-limitiations to requester chests to filtered storage... yes, you can work your way around the problem. The thing is... all these solutions in the end are either focused on bringing the existing items from the network back to the central provider chest OR prevent the factory from creating more new items while there are items in the network. So, in a way they both enforce (kind of, from my point of view) the behaviour logistic bots already have.
Your opinions pls.