Files
PuGa/plans/examples/base_plus_hwp.yaml
dodoxandClaude Sonnet 5 3bbf524ebb Add simulator replica, persistence, planet scan, README; split empire state out of the repo
- tools/simulate.py + puga/simulate.py: replica of PRUNplanner's simulator (flows and
  efficiency verified against screenshots), reports real new capex (planned minus built)
- tools/scan.py: staffing variants, freight, HQ/experts, --planet mode, demolish-later,
  --min-n as a pure market-size filter, --json output
- tools/history.py, tools/persistence.py: margin history and short-horizon payback checks
- tools/plan_push.py: guarded delete; tools/state.py: syncs to empire/
- README with features and setup; CLAUDE.md made generic
- Own-empire material (profile, state, plans, notes) moved to gitignored empire/;
  generic examples in plans/examples and state/company.example.yaml

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-19 00:11:02 +02:00

14 lines
494 B
YAML

# A base as it stands plus the BHP thesis: 1 HWP (STL variant) and 1 HB2 for its 40 settlers.
# Technicians left unstaffed (no HB3): workforce factor 40/50 = 0.8.
name: "[PuGa] Example: base + HWP"
planet: ZV-759c
permits: 1
cogc: METALLURGY
hq: true
experts: {METALLURGY: 2}
infrastructure: {HB1: 4, HB2: 1}
buildings:
- {building: EXT, amount: 2, recipes: ["EXT#ALO"]}
- {building: SME, amount: 5, recipes: ["ALO,FLX,C,O=>AL"]}
- {building: HWP, amount: 1, recipes: ["AL,STL,HE=>BHP"]}