feat: simplify station production

This commit is contained in:
2026-03-17 20:38:13 -04:00
parent 0ae53b76e8
commit b3508d9d08
4 changed files with 29 additions and 63 deletions

View File

@@ -63,6 +63,7 @@
"name": "Refinery Stack",
"description": "Heavy refining line for ore to refined metals.",
"type": "Production",
"productionMode": "passive",
"product": "refined-metals",
"hull": 180,
"workforceNeeded": 18,
@@ -81,6 +82,7 @@
"name": "Solar Array",
"description": "Orbital solar generation and utility frame.",
"type": "Production",
"productionMode": "passive",
"hull": 110,
"workforceNeeded": 6,
"construction": {
@@ -98,6 +100,7 @@
"name": "Fabricator Array",
"description": "General fabrication line for industrial goods and prefab kits.",
"type": "Build Module",
"productionMode": "commanded",
"hull": 200,
"workforceNeeded": 20,
"construction": {
@@ -115,6 +118,7 @@
"name": "Component Factory",
"description": "Assembly line for ship-grade modules and integrated components.",
"type": "Build Module",
"productionMode": "commanded",
"hull": 220,
"workforceNeeded": 24,
"construction": {
@@ -136,6 +140,7 @@
"name": "Ship Factory",
"description": "Slip-line and integration yard for final ship assembly.",
"type": "Build Module",
"productionMode": "commanded",
"hull": 260,
"workforceNeeded": 28,
"construction": {