feat: production chain
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user