15 lines
415 B
Markdown
15 lines
415 B
Markdown
# Schema: ProductionChain
|
|
|
|
**Entity Type:** `ProductionChain`
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Notes |
|
|
|------|------|------|
|
|
| id | string | stable anchor id |
|
|
| name | string | chain name |
|
|
| steps | array | `{ building, in[], out[], cycleSeconds }` |
|
|
| recommendedRatios | array | `{ building, count }` |
|
|
| bottlenecks | array | goods/buildings that commonly limit throughput |
|
|
| notes | string | general guidance |
|