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

135 lines
3.3 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": "reactor-core",
"label": "Reactor Core",
"category": "power",
"summary": "Primary onboard generator for ship systems."
},
{
"id": "capacitor-bank",
"label": "Capacitor Bank",
"category": "energy-buffer",
"summary": "Transient energy storage for weapons, engines, and industrial tools."
},
{
"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": "mining-turret",
"label": "Mining Turret",
"category": "mining",
"summary": "Articulated mining head for shipborne extraction."
},
{
"id": "gas-extractor",
"label": "Gas Extractor",
"category": "mining",
"summary": "Cryogenic intake and compression rig for harvesting gas clouds."
},
{
"id": "gun-turret",
"label": "Gun Turret",
"category": "weapon",
"summary": "Hull-mounted weapon turret for ship combat."
},
{
"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": "dock-bay-small",
"label": "Small Dock Bay",
"category": "dock",
"summary": "External docking truss with two independent ship pads."
},
{
"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": "fuel-processor",
"label": "Fuel Processor",
"category": "refinery",
"summary": "Gas cracking and catalytic processing for reactor fuel."
},
{
"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."
},
{
"id": "power-core",
"label": "Power Core",
"category": "energy",
"summary": "Primary station generator and power distribution."
},
{
"id": "liquid-tank",
"label": "Liquid Tank",
"category": "storage-liquid",
"summary": "Tankage for water, coolants, and other liquids."
},
{
"id": "gas-tank",
"label": "Fuel Tank",
"category": "storage-gas",
"summary": "Pressurized storage for volatile gas and fuel reserves."
}
]