Files
space-game/shared/data/ships.json

445 lines
9.1 KiB
JSON

[
{
"id": "frigate",
"label": "Vanguard Frigate",
"kind": "military",
"class": "frigate",
"speed": 120000,
"warpSpeed": 0.22,
"ftlSpeed": 0.75,
"spoolTime": 2.2,
"cargoCapacity": 0,
"color": "#7ed4ff",
"hullColor": "#1f4f78",
"size": 4,
"maxHealth": 100,
"capabilities": [
"warp",
"ftl"
],
"construction": {
"recipeId": "frigate-construction",
"facilityCategory": "station",
"requiredModules": [
"ship-factory"
],
"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",
"label": "Bulwark Destroyer",
"kind": "military",
"class": "destroyer",
"speed": 95000,
"warpSpeed": 0.18,
"ftlSpeed": 0.68,
"spoolTime": 2.8,
"cargoCapacity": 0,
"color": "#ff8f70",
"hullColor": "#6a2e26",
"size": 7,
"maxHealth": 240,
"capabilities": [
"warp",
"ftl"
],
"construction": {
"recipeId": "destroyer-construction",
"facilityCategory": "station",
"requiredModules": [
"ship-factory"
],
"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",
"label": "Aegis Cruiser",
"kind": "military",
"class": "cruiser",
"speed": 85000,
"warpSpeed": 0.16,
"ftlSpeed": 0.62,
"spoolTime": 3.1,
"cargoCapacity": 0,
"color": "#9ec1ff",
"hullColor": "#314562",
"size": 10,
"maxHealth": 340,
"capabilities": [
"warp",
"ftl"
],
"construction": {
"recipeId": "cruiser-construction",
"facilityCategory": "station",
"requiredModules": [
"ship-factory"
],
"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",
"label": "Citadel Carrier",
"kind": "military",
"class": "capital",
"speed": 60000,
"warpSpeed": 0.12,
"ftlSpeed": 0.5,
"spoolTime": 4.1,
"cargoCapacity": 0,
"color": "#c6f4ff",
"hullColor": "#35586d",
"size": 16,
"maxHealth": 900,
"capabilities": [
"warp",
"ftl"
],
"dockingCapacity": 6,
"dockingClasses": [
"frigate",
"destroyer",
"cruiser"
],
"construction": {
"recipeId": "carrier-construction",
"facilityCategory": "station",
"requiredModules": [
"ship-factory"
],
"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
}
],
"cycleTime": 60,
"productsPerHour": 60,
"maxEfficiency": 1,
"priority": 28
}
},
{
"id": "hauler",
"label": "Atlas Hauler",
"kind": "transport",
"class": "industrial",
"speed": 70000,
"warpSpeed": 0.14,
"ftlSpeed": 0.55,
"spoolTime": 3.3,
"cargoCapacity": 180,
"cargoKind": "container",
"color": "#b0ff8d",
"hullColor": "#365f2a",
"size": 8,
"maxHealth": 180,
"capabilities": [
"warp",
"ftl"
],
"construction": {
"recipeId": "hauler-construction",
"facilityCategory": "station",
"requiredModules": [
"ship-factory"
],
"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",
"label": "Pioneer Constructor",
"kind": "construction",
"class": "industrial",
"speed": 65000,
"warpSpeed": 0.13,
"ftlSpeed": 0.48,
"spoolTime": 3.5,
"cargoCapacity": 160,
"cargoKind": "manufactured",
"color": "#9af0c1",
"hullColor": "#2d5d47",
"size": 9,
"maxHealth": 220,
"capabilities": [
"warp",
"ftl"
],
"construction": {
"recipeId": "constructor-construction",
"facilityCategory": "station",
"requiredModules": [
"ship-factory"
],
"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",
"label": "Prospector Miner",
"kind": "mining",
"class": "industrial",
"speed": 75000,
"warpSpeed": 0.15,
"ftlSpeed": 0.5,
"spoolTime": 3.1,
"cargoCapacity": 120,
"cargoKind": "solid",
"color": "#ffdd75",
"hullColor": "#68552b",
"size": 6,
"maxHealth": 150,
"capabilities": [
"warp",
"ftl",
"mining"
],
"construction": {
"recipeId": "miner-construction",
"facilityCategory": "station",
"requiredModules": [
"ship-factory"
],
"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
}
}
]