Optimize game factory layouts and recipes
adasubagentsetup L1★1
erp-for-factory-games/ErpForFactoryGames ↗What it does
Calculate game mechanics, recipe ratios, and optimal production chains for Satisfactory
Best for
Satisfactory factory planning that needs exact recipes, ratios, and bottleneck analysis with current game state verification.
Inputs
- · factory state JSON
- · recipe lookup
- · capacity question
- · alternate recipe trade-off
Outputs
- · recipe details
- · ratio calculations
- · throughput analysis
- · recommendation
Requires
- · Satisfactory.Catalog parser
- · /factory/state JSON API
- · satisfactory.wiki.gg
Preconditions
game catalogue ingested, ApiService running on localhost:5074, wiki accessible
Failure modes
- · outdated game version
- · missing recipe in catalogue
- · factory state API offline
- · incorrect throughput calculation
Trust signals
- · fetches /factory/state for ground truth
- · cites satisfactory.wiki.gg
- · shows working on calculations