feat: production chain

This commit is contained in:
2026-03-15 22:46:47 -04:00
parent 651556c916
commit 5ba1287f85
65 changed files with 3718 additions and 687 deletions

View File

@@ -13,8 +13,5 @@
"warpDrain": 7,
"shipRechargeRate": 10,
"stationSolarCharge": 5
},
"fuel": {
"warpDrain": 4.5
}
}

View File

@@ -12,7 +12,7 @@
"bulk-liquid": 600,
"bulk-gas": 600
},
"modules": ["docking-clamps", "dock-bay-small", "power-core", "bulk-bay", "liquid-tank"]
"modules": ["dock-bay-small", "power-core", "bulk-bay", "liquid-tank"]
},
{
"id": "trade-hub",
@@ -22,7 +22,7 @@
"radius": 20,
"dockingCapacity": 4,
"storage": { "container": 1200, "manufactured": 800 },
"modules": ["habitat-ring", "docking-clamps", "container-bay"]
"modules": ["habitat-ring", "container-bay"]
},
{
"id": "refinery",
@@ -32,7 +32,7 @@
"radius": 24,
"dockingCapacity": 3,
"storage": { "bulk-solid": 2000, "manufactured": 1000, "bulk-liquid": 400, "bulk-gas": 400 },
"modules": ["docking-clamps", "power-core", "bulk-bay", "liquid-tank", "gas-tank", "refinery-stack", "fuel-processor"]
"modules": ["power-core", "bulk-bay", "liquid-tank", "gas-tank", "refinery-stack", "fuel-processor"]
},
{
"id": "farm-ring",
@@ -52,7 +52,7 @@
"radius": 24,
"dockingCapacity": 3,
"storage": { "manufactured": 2200, "container": 1600 },
"modules": ["fabricator-array", "fabricator-array", "container-bay", "docking-clamps"]
"modules": ["fabricator-array", "fabricator-array", "container-bay"]
},
{
"id": "shipyard",
@@ -62,7 +62,7 @@
"radius": 28,
"dockingCapacity": 5,
"storage": { "manufactured": 1800, "container": 1200 },
"modules": ["docking-clamps", "fabricator-array", "habitat-ring"]
"modules": ["component-factory", "ship-factory", "container-bay", "dock-bay-small", "power-core"]
},
{
"id": "defense-grid",
@@ -82,6 +82,6 @@
"radius": 34,
"dockingCapacity": 0,
"storage": { "manufactured": 2400, "container": 800 },
"modules": ["ftl-core", "fabricator-array", "docking-clamps"]
"modules": ["ftl-core", "fabricator-array"]
}
]

View File

@@ -41,6 +41,96 @@
"storage": "manufactured",
"summary": "High-value integration kits for hull fitting and final assembly."
},
{
"id": "command-bridge-module",
"label": "Command Bridge Module",
"storage": "container",
"summary": "Packaged bridge and combat-information-center assembly for final ship integration."
},
{
"id": "reactor-core-module",
"label": "Reactor Core Module",
"storage": "container",
"summary": "Contained ship reactor package ready for installation into a hull."
},
{
"id": "capacitor-bank-module",
"label": "Capacitor Bank Module",
"storage": "container",
"summary": "Buffered capacitor section for propulsion, weapons, and industrial loads."
},
{
"id": "ion-drive-module",
"label": "Ion Drive Module",
"storage": "container",
"summary": "Preassembled sublight engine unit."
},
{
"id": "ftl-core-module",
"label": "FTL Core Module",
"storage": "container",
"summary": "Integrated FTL drive package for inter-system transit."
},
{
"id": "gun-turret-module",
"label": "Gun Turret Module",
"storage": "container",
"summary": "Shipboard turret mount and fire-control package."
},
{
"id": "carrier-bay-module",
"label": "Carrier Bay Module",
"storage": "container",
"summary": "Hangar and launch-recovery assembly for capital ship integration."
},
{
"id": "habitat-ring-module",
"label": "Habitat Ring Module",
"storage": "container",
"summary": "Crew habitat section packaged for large ship installation."
},
{
"id": "bulk-bay-module",
"label": "Bulk Bay Module",
"storage": "container",
"summary": "Industrial cargo hold segment for raw-solid hauling ships."
},
{
"id": "container-bay-module",
"label": "Container Bay Module",
"storage": "container",
"summary": "Freight rack segment for manufactured and palletized cargo."
},
{
"id": "liquid-tank-module",
"label": "Liquid Tank Module",
"storage": "container",
"summary": "Pressurized liquid storage segment for fuel and energy logistics."
},
{
"id": "gas-tank-module",
"label": "Gas Tank Module",
"storage": "container",
"summary": "Pressurized gas storage segment for volatile cargo hauling."
},
{
"id": "mining-turret-module",
"label": "Mining Turret Module",
"storage": "container",
"summary": "Ship-mounted hard-rock extraction head."
},
{
"id": "gas-extractor-module",
"label": "Gas Extractor Module",
"storage": "container",
"summary": "Cryogenic intake and compression package for gas harvesting ships."
},
{
"id": "fabricator-array-module",
"label": "Fabricator Array Module",
"storage": "container",
"summary": "Mobile industrial fabrication block for constructors."
},
{
"id": "gas",
"label": "Volatile Gas",
@@ -53,6 +143,12 @@
"storage": "bulk-liquid",
"summary": "Processed liquid fuel consumed by ships and station power systems."
},
{
"id": "energy-cell",
"label": "Energy Cell",
"storage": "bulk-liquid",
"summary": "Charged energy reserves that can be stored, traded, and discharged into station power grids."
},
{
"id": "water",
"label": "Water",

View File

@@ -13,6 +13,13 @@
{ "itemId": "refined-metals", "amount": 30 }
]
},
{
"moduleId": "container-bay",
"duration": 10,
"inputs": [
{ "itemId": "refined-metals", "amount": 26 }
]
},
{
"moduleId": "fuel-processor",
"duration": 14,
@@ -26,5 +33,36 @@
"inputs": [
{ "itemId": "refined-metals", "amount": 38 }
]
},
{
"moduleId": "fabricator-array",
"duration": 16,
"inputs": [
{ "itemId": "refined-metals", "amount": 48 }
]
},
{
"moduleId": "component-factory",
"duration": 18,
"inputs": [
{ "itemId": "refined-metals", "amount": 54 },
{ "itemId": "ship-equipment", "amount": 12 }
]
},
{
"moduleId": "ship-factory",
"duration": 22,
"inputs": [
{ "itemId": "refined-metals", "amount": 60 },
{ "itemId": "hull-sections", "amount": 24 },
{ "itemId": "ship-equipment", "amount": 14 }
]
},
{
"moduleId": "solar-array",
"duration": 12,
"inputs": [
{ "itemId": "refined-metals", "amount": 28 }
]
}
]

View File

@@ -65,12 +65,6 @@
"category": "cargo-container",
"summary": "Standardized freight racks."
},
{
"id": "docking-clamps",
"label": "Docking Clamps",
"category": "dock",
"summary": "Docking collar and transfer arms."
},
{
"id": "dock-bay-small",
"label": "Small Dock Bay",
@@ -113,12 +107,30 @@
"category": "production",
"summary": "Assembly lines for manufactured goods."
},
{
"id": "component-factory",
"label": "Component Factory",
"category": "production",
"summary": "Dedicated lines for assembling ship-grade modules and subsystems."
},
{
"id": "ship-factory",
"label": "Ship Factory",
"category": "shipyard",
"summary": "Final hull integration docks for assembling complete spacecraft from manufactured modules."
},
{
"id": "power-core",
"label": "Power Core",
"category": "energy",
"summary": "Primary station generator and power distribution."
},
{
"id": "solar-array",
"label": "Solar Array",
"category": "energy",
"summary": "External collector wings that generate station power and charge exportable energy cells."
},
{
"id": "liquid-tank",
"label": "Liquid Tank",

View File

@@ -41,6 +41,31 @@
{ "itemId": "gas", "amount": 20 }
]
},
{
"id": "fuel-processing",
"label": "Fuel Processing",
"facilityCategory": "station",
"duration": 6,
"priority": 96,
"requiredModules": ["fuel-processor", "power-core"],
"inputs": [
{ "itemId": "gas", "amount": 20 }
],
"outputs": [
{ "itemId": "fuel", "amount": 20 }
]
},
{
"id": "energy-cell-charging",
"label": "Energy Cell Charging",
"facilityCategory": "station",
"duration": 12,
"priority": 72,
"requiredModules": ["solar-array", "liquid-tank"],
"outputs": [
{ "itemId": "energy-cell", "amount": 6 }
]
},
{
"id": "water-reclamation",
"label": "Water Reclamation",
@@ -143,6 +168,400 @@
{ "itemId": "ship-parts", "amount": 20 }
]
},
{
"id": "command-bridge-module-assembly",
"label": "Command Bridge Module Assembly",
"facilityCategory": "station",
"duration": 9,
"priority": 52,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 20 },
{ "itemId": "ship-equipment", "amount": 10 }
],
"outputs": [
{ "itemId": "command-bridge-module", "amount": 1 }
]
},
{
"id": "reactor-core-module-assembly",
"label": "Reactor Core Module Assembly",
"facilityCategory": "station",
"duration": 10,
"priority": 54,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 30 },
{ "itemId": "ship-equipment", "amount": 8 }
],
"outputs": [
{ "itemId": "reactor-core-module", "amount": 1 }
]
},
{
"id": "capacitor-bank-module-assembly",
"label": "Capacitor Bank Module Assembly",
"facilityCategory": "station",
"duration": 9,
"priority": 52,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 18 },
{ "itemId": "energy-cell", "amount": 6 }
],
"outputs": [
{ "itemId": "capacitor-bank-module", "amount": 1 }
]
},
{
"id": "ion-drive-module-assembly",
"label": "Ion Drive Module Assembly",
"facilityCategory": "station",
"duration": 10,
"priority": 53,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 22 },
{ "itemId": "ship-equipment", "amount": 8 }
],
"outputs": [
{ "itemId": "ion-drive-module", "amount": 1 }
]
},
{
"id": "ftl-core-module-assembly",
"label": "FTL Core Module Assembly",
"facilityCategory": "station",
"duration": 12,
"priority": 56,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 34 },
{ "itemId": "ship-equipment", "amount": 14 },
{ "itemId": "fuel", "amount": 12 }
],
"outputs": [
{ "itemId": "ftl-core-module", "amount": 1 }
]
},
{
"id": "gun-turret-module-assembly",
"label": "Gun Turret Module Assembly",
"facilityCategory": "station",
"duration": 8,
"priority": 58,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "naval-guns", "amount": 8 },
{ "itemId": "refined-metals", "amount": 12 }
],
"outputs": [
{ "itemId": "gun-turret-module", "amount": 1 }
]
},
{
"id": "carrier-bay-module-assembly",
"label": "Carrier Bay Module Assembly",
"facilityCategory": "station",
"duration": 14,
"priority": 40,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "hull-sections", "amount": 18 },
{ "itemId": "refined-metals", "amount": 18 },
{ "itemId": "ship-equipment", "amount": 10 }
],
"outputs": [
{ "itemId": "carrier-bay-module", "amount": 1 }
]
},
{
"id": "habitat-ring-module-assembly",
"label": "Habitat Ring Module Assembly",
"facilityCategory": "station",
"duration": 12,
"priority": 22,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "hull-sections", "amount": 14 },
{ "itemId": "ship-equipment", "amount": 8 },
{ "itemId": "water", "amount": 10 }
],
"outputs": [
{ "itemId": "habitat-ring-module", "amount": 1 }
]
},
{
"id": "bulk-bay-module-assembly",
"label": "Bulk Bay Module Assembly",
"facilityCategory": "station",
"duration": 8,
"priority": 18,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 16 },
{ "itemId": "hull-sections", "amount": 10 }
],
"outputs": [
{ "itemId": "bulk-bay-module", "amount": 1 }
]
},
{
"id": "container-bay-module-assembly",
"label": "Container Bay Module Assembly",
"facilityCategory": "station",
"duration": 8,
"priority": 18,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 12 },
{ "itemId": "ship-equipment", "amount": 4 }
],
"outputs": [
{ "itemId": "container-bay-module", "amount": 1 }
]
},
{
"id": "liquid-tank-module-assembly",
"label": "Liquid Tank Module Assembly",
"facilityCategory": "station",
"duration": 8,
"priority": 18,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 14 },
{ "itemId": "ship-equipment", "amount": 4 }
],
"outputs": [
{ "itemId": "liquid-tank-module", "amount": 1 }
]
},
{
"id": "gas-tank-module-assembly",
"label": "Gas Tank Module Assembly",
"facilityCategory": "station",
"duration": 8,
"priority": 18,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 14 },
{ "itemId": "ship-equipment", "amount": 4 }
],
"outputs": [
{ "itemId": "gas-tank-module", "amount": 1 }
]
},
{
"id": "mining-turret-module-assembly",
"label": "Mining Turret Module Assembly",
"facilityCategory": "station",
"duration": 9,
"priority": 24,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 18 },
{ "itemId": "ship-equipment", "amount": 6 }
],
"outputs": [
{ "itemId": "mining-turret-module", "amount": 1 }
]
},
{
"id": "gas-extractor-module-assembly",
"label": "Gas Extractor Module Assembly",
"facilityCategory": "station",
"duration": 9,
"priority": 24,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 18 },
{ "itemId": "ship-equipment", "amount": 6 },
{ "itemId": "gas", "amount": 8 }
],
"outputs": [
{ "itemId": "gas-extractor-module", "amount": 1 }
]
},
{
"id": "fabricator-array-module-assembly",
"label": "Fabricator Array Module Assembly",
"facilityCategory": "station",
"duration": 11,
"priority": 20,
"requiredModules": ["component-factory", "container-bay"],
"inputs": [
{ "itemId": "refined-metals", "amount": 24 },
{ "itemId": "ship-equipment", "amount": 10 }
],
"outputs": [
{ "itemId": "fabricator-array-module", "amount": 1 }
]
},
{
"id": "frigate-construction",
"label": "Frigate Construction",
"facilityCategory": "station",
"duration": 24,
"priority": 90,
"requiredModules": ["ship-factory", "dock-bay-small", "container-bay", "power-core"],
"shipOutputId": "frigate",
"inputs": [
{ "itemId": "hull-sections", "amount": 26 },
{ "itemId": "fuel", "amount": 40 },
{ "itemId": "command-bridge-module", "amount": 1 },
{ "itemId": "reactor-core-module", "amount": 1 },
{ "itemId": "capacitor-bank-module", "amount": 1 },
{ "itemId": "ion-drive-module", "amount": 1 },
{ "itemId": "ftl-core-module", "amount": 1 },
{ "itemId": "gun-turret-module", "amount": 1 }
],
"outputs": []
},
{
"id": "destroyer-construction",
"label": "Destroyer Construction",
"facilityCategory": "station",
"duration": 34,
"priority": 70,
"requiredModules": ["ship-factory", "dock-bay-small", "container-bay", "power-core"],
"shipOutputId": "destroyer",
"inputs": [
{ "itemId": "hull-sections", "amount": 44 },
{ "itemId": "fuel", "amount": 60 },
{ "itemId": "command-bridge-module", "amount": 1 },
{ "itemId": "reactor-core-module", "amount": 1 },
{ "itemId": "capacitor-bank-module", "amount": 1 },
{ "itemId": "ion-drive-module", "amount": 1 },
{ "itemId": "ftl-core-module", "amount": 1 },
{ "itemId": "gun-turret-module", "amount": 2 }
],
"outputs": []
},
{
"id": "cruiser-construction",
"label": "Cruiser Construction",
"facilityCategory": "station",
"duration": 42,
"priority": 54,
"requiredModules": ["ship-factory", "dock-bay-small", "container-bay", "power-core"],
"shipOutputId": "cruiser",
"inputs": [
{ "itemId": "hull-sections", "amount": 60 },
{ "itemId": "fuel", "amount": 80 },
{ "itemId": "command-bridge-module", "amount": 1 },
{ "itemId": "reactor-core-module", "amount": 1 },
{ "itemId": "capacitor-bank-module", "amount": 1 },
{ "itemId": "ion-drive-module", "amount": 1 },
{ "itemId": "ftl-core-module", "amount": 1 },
{ "itemId": "gun-turret-module", "amount": 2 }
],
"outputs": []
},
{
"id": "carrier-construction",
"label": "Carrier Construction",
"facilityCategory": "station",
"duration": 60,
"priority": 28,
"requiredModules": ["ship-factory", "dock-bay-small", "container-bay", "power-core"],
"shipOutputId": "carrier",
"inputs": [
{ "itemId": "hull-sections", "amount": 120 },
{ "itemId": "fuel", "amount": 140 },
{ "itemId": "command-bridge-module", "amount": 1 },
{ "itemId": "reactor-core-module", "amount": 1 },
{ "itemId": "capacitor-bank-module", "amount": 1 },
{ "itemId": "ion-drive-module", "amount": 1 },
{ "itemId": "ftl-core-module", "amount": 1 },
{ "itemId": "carrier-bay-module", "amount": 2 },
{ "itemId": "gun-turret-module", "amount": 1 },
{ "itemId": "habitat-ring-module", "amount": 1 }
],
"outputs": []
},
{
"id": "hauler-construction",
"label": "Hauler Construction",
"facilityCategory": "station",
"duration": 26,
"priority": 8,
"requiredModules": ["ship-factory", "dock-bay-small", "container-bay", "power-core"],
"shipOutputId": "hauler",
"inputs": [
{ "itemId": "hull-sections", "amount": 34 },
{ "itemId": "fuel", "amount": 40 },
{ "itemId": "command-bridge-module", "amount": 1 },
{ "itemId": "reactor-core-module", "amount": 1 },
{ "itemId": "capacitor-bank-module", "amount": 1 },
{ "itemId": "ion-drive-module", "amount": 1 },
{ "itemId": "ftl-core-module", "amount": 1 },
{ "itemId": "liquid-tank-module", "amount": 1 }
],
"outputs": []
},
{
"id": "constructor-construction",
"label": "Constructor Construction",
"facilityCategory": "station",
"duration": 30,
"priority": 8,
"requiredModules": ["ship-factory", "dock-bay-small", "container-bay", "power-core"],
"shipOutputId": "constructor",
"inputs": [
{ "itemId": "hull-sections", "amount": 42 },
{ "itemId": "fuel", "amount": 44 },
{ "itemId": "command-bridge-module", "amount": 1 },
{ "itemId": "reactor-core-module", "amount": 1 },
{ "itemId": "capacitor-bank-module", "amount": 1 },
{ "itemId": "ion-drive-module", "amount": 1 },
{ "itemId": "ftl-core-module", "amount": 1 },
{ "itemId": "fabricator-array-module", "amount": 1 },
{ "itemId": "container-bay-module", "amount": 1 }
],
"outputs": []
},
{
"id": "miner-construction",
"label": "Miner Construction",
"facilityCategory": "station",
"duration": 28,
"priority": 8,
"requiredModules": ["ship-factory", "dock-bay-small", "container-bay", "power-core"],
"shipOutputId": "miner",
"inputs": [
{ "itemId": "hull-sections", "amount": 34 },
{ "itemId": "fuel", "amount": 42 },
{ "itemId": "command-bridge-module", "amount": 1 },
{ "itemId": "reactor-core-module", "amount": 1 },
{ "itemId": "capacitor-bank-module", "amount": 1 },
{ "itemId": "ion-drive-module", "amount": 1 },
{ "itemId": "ftl-core-module", "amount": 1 },
{ "itemId": "mining-turret-module", "amount": 1 },
{ "itemId": "bulk-bay-module", "amount": 1 }
],
"outputs": []
},
{
"id": "gas-harvester-construction",
"label": "Gas Harvester Construction",
"facilityCategory": "station",
"duration": 28,
"priority": 8,
"requiredModules": ["ship-factory", "dock-bay-small", "container-bay", "power-core"],
"shipOutputId": "gas-miner",
"inputs": [
{ "itemId": "hull-sections", "amount": 34 },
{ "itemId": "fuel", "amount": 42 },
{ "itemId": "command-bridge-module", "amount": 1 },
{ "itemId": "reactor-core-module", "amount": 1 },
{ "itemId": "capacitor-bank-module", "amount": 1 },
{ "itemId": "ion-drive-module", "amount": 1 },
{ "itemId": "ftl-core-module", "amount": 1 },
{ "itemId": "gas-extractor-module", "amount": 1 },
{ "itemId": "gas-tank-module", "amount": 1 }
],
"outputs": []
},
{
"id": "trade-hub-assembly",
"label": "Trade Hub Assembly",

View File

@@ -42,7 +42,7 @@
"hullColor": "#314562",
"size": 10,
"maxHealth": 340,
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "gun-turret", "gun-turret", "docking-clamps"]
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "gun-turret", "gun-turret"]
},
{
"id": "carrier",
@@ -70,13 +70,13 @@
"ftlSpeed": 2600,
"spoolTime": 3.3,
"cargoCapacity": 180,
"cargoKind": "container",
"cargoItemId": "drone-parts",
"cargoKind": "bulk-liquid",
"cargoItemId": "energy-cell",
"color": "#b0ff8d",
"hullColor": "#365f2a",
"size": 8,
"maxHealth": 180,
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "container-bay", "docking-clamps"]
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "liquid-tank"]
},
{
"id": "constructor",
@@ -93,7 +93,7 @@
"hullColor": "#2d5d47",
"size": 9,
"maxHealth": 220,
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "fabricator-array", "container-bay", "docking-clamps"]
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "fabricator-array", "container-bay"]
},
{
"id": "miner",
@@ -110,7 +110,7 @@
"hullColor": "#68552b",
"size": 6,
"maxHealth": 150,
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "mining-turret", "bulk-bay", "docking-clamps"]
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "mining-turret", "bulk-bay"]
},
{
"id": "gas-miner",
@@ -127,6 +127,6 @@
"hullColor": "#2a5668",
"size": 6,
"maxHealth": 150,
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "gas-extractor", "gas-tank", "docking-clamps"]
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "gas-extractor", "gas-tank"]
}
]