feat: rework modules, items and fuel
This commit is contained in:
@@ -13,7 +13,58 @@
|
||||
"hullColor": "#1f4f78",
|
||||
"size": 4,
|
||||
"maxHealth": 100,
|
||||
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "gun-turret"]
|
||||
"modules": [
|
||||
"command-bridge",
|
||||
"reactor-core",
|
||||
"capacitor-bank",
|
||||
"ion-drive",
|
||||
"ftl-core",
|
||||
"gun-turret"
|
||||
],
|
||||
"construction": {
|
||||
"recipeId": "frigate-construction",
|
||||
"facilityCategory": "station",
|
||||
"requiredModules": [
|
||||
"ship-factory",
|
||||
"dock-bay-small",
|
||||
"container-bay",
|
||||
"power-core"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"itemId": "hull-sections",
|
||||
"amount": 26
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
||||
],
|
||||
"cycleTime": 24,
|
||||
"productsPerHour": 150,
|
||||
"maxEfficiency": 1,
|
||||
"priority": 90
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "destroyer",
|
||||
@@ -29,7 +80,59 @@
|
||||
"hullColor": "#6a2e26",
|
||||
"size": 7,
|
||||
"maxHealth": 240,
|
||||
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "gun-turret", "gun-turret"]
|
||||
"modules": [
|
||||
"command-bridge",
|
||||
"reactor-core",
|
||||
"capacitor-bank",
|
||||
"ion-drive",
|
||||
"ftl-core",
|
||||
"gun-turret",
|
||||
"gun-turret"
|
||||
],
|
||||
"construction": {
|
||||
"recipeId": "destroyer-construction",
|
||||
"facilityCategory": "station",
|
||||
"requiredModules": [
|
||||
"ship-factory",
|
||||
"dock-bay-small",
|
||||
"container-bay",
|
||||
"power-core"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"itemId": "hull-sections",
|
||||
"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": "gun-turret-module",
|
||||
"amount": 2
|
||||
}
|
||||
],
|
||||
"cycleTime": 34,
|
||||
"productsPerHour": 105.9,
|
||||
"maxEfficiency": 1,
|
||||
"priority": 70
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "cruiser",
|
||||
@@ -45,7 +148,59 @@
|
||||
"hullColor": "#314562",
|
||||
"size": 10,
|
||||
"maxHealth": 340,
|
||||
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "gun-turret", "gun-turret"]
|
||||
"modules": [
|
||||
"command-bridge",
|
||||
"reactor-core",
|
||||
"capacitor-bank",
|
||||
"ion-drive",
|
||||
"ftl-core",
|
||||
"gun-turret",
|
||||
"gun-turret"
|
||||
],
|
||||
"construction": {
|
||||
"recipeId": "cruiser-construction",
|
||||
"facilityCategory": "station",
|
||||
"requiredModules": [
|
||||
"ship-factory",
|
||||
"dock-bay-small",
|
||||
"container-bay",
|
||||
"power-core"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"itemId": "hull-sections",
|
||||
"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
|
||||
}
|
||||
],
|
||||
"cycleTime": 42,
|
||||
"productsPerHour": 85.7,
|
||||
"maxEfficiency": 1,
|
||||
"priority": 54
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "carrier",
|
||||
@@ -61,9 +216,75 @@
|
||||
"hullColor": "#35586d",
|
||||
"size": 16,
|
||||
"maxHealth": 900,
|
||||
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "carrier-bay", "carrier-bay", "gun-turret", "habitat-ring"],
|
||||
"modules": [
|
||||
"command-bridge",
|
||||
"reactor-core",
|
||||
"capacitor-bank",
|
||||
"ion-drive",
|
||||
"ftl-core",
|
||||
"carrier-bay",
|
||||
"carrier-bay",
|
||||
"gun-turret",
|
||||
"habitat-ring"
|
||||
],
|
||||
"dockingCapacity": 6,
|
||||
"dockingClasses": ["frigate", "destroyer", "cruiser"]
|
||||
"dockingClasses": [
|
||||
"frigate",
|
||||
"destroyer",
|
||||
"cruiser"
|
||||
],
|
||||
"construction": {
|
||||
"recipeId": "carrier-construction",
|
||||
"facilityCategory": "station",
|
||||
"requiredModules": [
|
||||
"ship-factory",
|
||||
"dock-bay-small",
|
||||
"container-bay",
|
||||
"power-core"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"itemId": "hull-sections",
|
||||
"amount": 120
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
||||
],
|
||||
"cycleTime": 60,
|
||||
"productsPerHour": 60,
|
||||
"maxEfficiency": 1,
|
||||
"priority": 28
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "hauler",
|
||||
@@ -75,13 +296,63 @@
|
||||
"ftlSpeed": 0.55,
|
||||
"spoolTime": 3.3,
|
||||
"cargoCapacity": 180,
|
||||
"cargoKind": "bulk-liquid",
|
||||
"cargoItemId": "energy-cell",
|
||||
"cargoKind": "container",
|
||||
"color": "#b0ff8d",
|
||||
"hullColor": "#365f2a",
|
||||
"size": 8,
|
||||
"maxHealth": 180,
|
||||
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "liquid-tank"]
|
||||
"modules": [
|
||||
"command-bridge",
|
||||
"reactor-core",
|
||||
"capacitor-bank",
|
||||
"ion-drive",
|
||||
"ftl-core",
|
||||
"container-bay"
|
||||
],
|
||||
"construction": {
|
||||
"recipeId": "hauler-construction",
|
||||
"facilityCategory": "station",
|
||||
"requiredModules": [
|
||||
"ship-factory",
|
||||
"dock-bay-small",
|
||||
"container-bay",
|
||||
"power-core"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"itemId": "hull-sections",
|
||||
"amount": 34
|
||||
},
|
||||
{
|
||||
"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": "container-bay-module",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"cycleTime": 26,
|
||||
"productsPerHour": 138.5,
|
||||
"maxEfficiency": 1,
|
||||
"priority": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "constructor",
|
||||
@@ -99,7 +370,63 @@
|
||||
"hullColor": "#2d5d47",
|
||||
"size": 9,
|
||||
"maxHealth": 220,
|
||||
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "fabricator-array", "container-bay"]
|
||||
"modules": [
|
||||
"command-bridge",
|
||||
"reactor-core",
|
||||
"capacitor-bank",
|
||||
"ion-drive",
|
||||
"ftl-core",
|
||||
"fabricator-array",
|
||||
"container-bay"
|
||||
],
|
||||
"construction": {
|
||||
"recipeId": "constructor-construction",
|
||||
"facilityCategory": "station",
|
||||
"requiredModules": [
|
||||
"ship-factory",
|
||||
"dock-bay-small",
|
||||
"container-bay",
|
||||
"power-core"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"itemId": "hull-sections",
|
||||
"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": "fabricator-array-module",
|
||||
"amount": 1
|
||||
},
|
||||
{
|
||||
"itemId": "container-bay-module",
|
||||
"amount": 1
|
||||
}
|
||||
],
|
||||
"cycleTime": 30,
|
||||
"productsPerHour": 120,
|
||||
"maxEfficiency": 1,
|
||||
"priority": 8
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "miner",
|
||||
@@ -117,24 +444,62 @@
|
||||
"hullColor": "#68552b",
|
||||
"size": 6,
|
||||
"maxHealth": 150,
|
||||
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "mining-turret", "bulk-bay"]
|
||||
},
|
||||
{
|
||||
"id": "gas-miner",
|
||||
"label": "Nimbus Gas Harvester",
|
||||
"role": "mining",
|
||||
"shipClass": "industrial",
|
||||
"speed": 72000,
|
||||
"warpSpeed": 0.145,
|
||||
"ftlSpeed": 0.49,
|
||||
"spoolTime": 3.2,
|
||||
"cargoCapacity": 120,
|
||||
"cargoKind": "bulk-gas",
|
||||
"cargoItemId": "gas",
|
||||
"color": "#8ce5ff",
|
||||
"hullColor": "#2a5668",
|
||||
"size": 6,
|
||||
"maxHealth": 150,
|
||||
"modules": ["command-bridge", "reactor-core", "capacitor-bank", "ion-drive", "ftl-core", "gas-extractor", "gas-tank"]
|
||||
"modules": [
|
||||
"command-bridge",
|
||||
"reactor-core",
|
||||
"capacitor-bank",
|
||||
"ion-drive",
|
||||
"ftl-core",
|
||||
"mining-turret",
|
||||
"bulk-bay"
|
||||
],
|
||||
"construction": {
|
||||
"recipeId": "miner-construction",
|
||||
"facilityCategory": "station",
|
||||
"requiredModules": [
|
||||
"ship-factory",
|
||||
"dock-bay-small",
|
||||
"container-bay",
|
||||
"power-core"
|
||||
],
|
||||
"requirements": [
|
||||
{
|
||||
"itemId": "hull-sections",
|
||||
"amount": 34
|
||||
},
|
||||
{
|
||||
"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
|
||||
}
|
||||
],
|
||||
"cycleTime": 28,
|
||||
"productsPerHour": 128.6,
|
||||
"maxEfficiency": 1,
|
||||
"priority": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user