Mods:
- SPACE EXPLORATION
- KRASTORIO 2
- AAI CONTAINERS
Base:
- REQUESTER WAREHOUSE - (RW) - huge 6*6 requester chest
- STORAGE WAREHOUSE - (SW) - huge 6*6 storage chest
- {requester} - sets requests for RW via groups
- {wishlist} - sets your wishlist ...counts delta ... outputs recipes=1
Circuit Networks:
- Medium electric pole around RW - MEP(RW):
-
- green wire: RW content + content of logistic network content + tick value from [0]
-
- red wire: wished recipes (all = 1)
- Medium electric pole around SW - MEP(SW)
-
- green wire: already picked recipes (all = -1)
Explanation:
- [A0] - set recipe + read content of assembler
- [A1] - set recipe + read ingredients
- [00] (dec.comb) - counts ticks from 0 to 60
- [01] (dec.comb) - returns wished recipes if [0] between 0 and 20
- [02] (dec.comb) - returns not picked recipes based of MEP(RW) and MEP(SW)
- [03] (slc.comb) - picks random recipe
- [04] (dec.comb) - holds picked recipe for 200 ticks
- [05] (dec.comb) - checks if there is no need to craft picked recipe
- [06] (dec.comb) - sends picked signal to MEP(SW) (=-1)
- [07] (ari.comb) - negatives ingredients from [A1]
- [08] (ari.comb) - signal from [04] = 1
- [09] (ari.comb) - duplicator of [08]
- [10] (ari.comb) - works with [04]
- [11] (dec.comb) - works with [10]
- [12] - returns ✔️ if there exists enough ingredients for craft
- [13] - ......
- [14] (ari.comb) - duplicates content of MEP(RW)
- [15] (ari.comb) - duplicates content of [A0]
