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

75 lines
1.7 KiB
JSON

[
{
"id": "command-bridge",
"label": "Command Bridge",
"category": "bridge",
"summary": "Core ship control and crew systems."
},
{
"id": "ion-drive",
"label": "Ion Drive",
"category": "engine",
"summary": "Sub-light propulsion package."
},
{
"id": "ftl-core",
"label": "FTL Core",
"category": "ftl",
"summary": "Spool and warp inter-system engine."
},
{
"id": "strip-miner",
"label": "Strip Miner",
"category": "mining",
"summary": "Excavation laser and ore intake."
},
{
"id": "bulk-bay",
"label": "Bulk Cargo Bay",
"category": "cargo-bulk",
"summary": "Reinforced storage for raw solids."
},
{
"id": "container-bay",
"label": "Container Hold",
"category": "cargo-container",
"summary": "Standardized freight racks."
},
{
"id": "docking-clamps",
"label": "Docking Clamps",
"category": "dock",
"summary": "Docking collar and transfer arms."
},
{
"id": "carrier-bay",
"label": "Carrier Bay",
"category": "dock",
"summary": "Internal hangar decks and launch recovery systems."
},
{
"id": "refinery-stack",
"label": "Refinery Stack",
"category": "refinery",
"summary": "Ore cracking and metal separation."
},
{
"id": "turret-grid",
"label": "Turret Grid",
"category": "defense",
"summary": "Close defense batteries."
},
{
"id": "habitat-ring",
"label": "Habitat Ring",
"category": "habitat",
"summary": "Crew quarters and service modules."
},
{
"id": "fabricator-array",
"label": "Fabricator Array",
"category": "production",
"summary": "Assembly lines for manufactured goods."
}
]