A simple python script to analyze Dual Universe recipes for industry design
Run python main.py --help
to see all supported commands.
The default command. Lists all recipes, the tier, and industry required.
List all ingredients (those items used to create other items).
List all final products (those items not used in subsequent recipes).
List all items and their frequency of use in other recipes.
List all recipes using the specified ingredient.
List all consumers (industry) of the specified ingredient.
WIP. Produce a Mermaid diagram (see https://github.com/mermaid-js/mermaid) which shows the tree of inputs to produce a specific recipe.
WIP. Calculate the required industry units to produce all items listed in production.json (a dictionary of item: count
keys).
- Count consumers and determine container requirements
- Output includes recyclers when it gets all the Hydrogen/Oxygen it needs from Refiners
WIP. Provide scriptable hooks for collecting current market prices for each item so that future commands can be added to analyze benefits of selling ore and buying items vs investment in industry etc.