88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
[
|
|
{
|
|
"id": "station-core",
|
|
"label": "Orbital Station",
|
|
"category": "station",
|
|
"color": "#8df0d2",
|
|
"radius": 24,
|
|
"dockingCapacity": 4,
|
|
"storage": {
|
|
"bulk-solid": 2000,
|
|
"manufactured": 1200,
|
|
"bulk-liquid": 600,
|
|
"bulk-gas": 600
|
|
},
|
|
"modules": ["docking-clamps", "refinery-stack", "fabricator-array", "power-core", "bulk-bay", "liquid-tank", "gas-tank"]
|
|
},
|
|
{
|
|
"id": "trade-hub",
|
|
"label": "Trade Hub",
|
|
"category": "station",
|
|
"color": "#8bd3ff",
|
|
"radius": 20,
|
|
"dockingCapacity": 4,
|
|
"storage": { "container": 1200, "manufactured": 800 },
|
|
"modules": ["habitat-ring", "docking-clamps", "container-bay"]
|
|
},
|
|
{
|
|
"id": "refinery",
|
|
"label": "Refining Station",
|
|
"category": "station",
|
|
"color": "#ffb86c",
|
|
"radius": 24,
|
|
"dockingCapacity": 3,
|
|
"storage": { "bulk-solid": 2000, "manufactured": 1000, "bulk-liquid": 400, "bulk-gas": 400 },
|
|
"modules": ["docking-clamps", "refinery-stack", "bulk-bay", "fabricator-array", "power-core", "liquid-tank", "gas-tank"]
|
|
},
|
|
{
|
|
"id": "farm-ring",
|
|
"label": "Farm Station",
|
|
"category": "farm",
|
|
"color": "#92ef8a",
|
|
"radius": 22,
|
|
"dockingCapacity": 2,
|
|
"storage": { "bulk-liquid": 600, "container": 400 },
|
|
"modules": ["habitat-ring", "fabricator-array", "container-bay"]
|
|
},
|
|
{
|
|
"id": "manufactory",
|
|
"label": "Orbital Manufactory",
|
|
"category": "station",
|
|
"color": "#8df0d2",
|
|
"radius": 24,
|
|
"dockingCapacity": 3,
|
|
"storage": { "manufactured": 2200, "container": 1600 },
|
|
"modules": ["fabricator-array", "fabricator-array", "container-bay", "docking-clamps"]
|
|
},
|
|
{
|
|
"id": "shipyard",
|
|
"label": "Orbital Shipyard",
|
|
"category": "shipyard",
|
|
"color": "#d0a2ff",
|
|
"radius": 28,
|
|
"dockingCapacity": 5,
|
|
"storage": { "manufactured": 1800, "container": 1200 },
|
|
"modules": ["docking-clamps", "fabricator-array", "habitat-ring"]
|
|
},
|
|
{
|
|
"id": "defense-grid",
|
|
"label": "Defense Platform",
|
|
"category": "defense",
|
|
"color": "#ff7a95",
|
|
"radius": 18,
|
|
"dockingCapacity": 1,
|
|
"storage": { "manufactured": 300 },
|
|
"modules": ["turret-grid", "command-bridge"]
|
|
},
|
|
{
|
|
"id": "stargate",
|
|
"label": "Stargate",
|
|
"category": "gate",
|
|
"color": "#76f0ff",
|
|
"radius": 34,
|
|
"dockingCapacity": 0,
|
|
"storage": { "manufactured": 2400, "container": 800 },
|
|
"modules": ["ftl-core", "fabricator-array", "docking-clamps"]
|
|
}
|
|
]
|