Refactor modular startup and viewer ship debugging

This commit is contained in:
2026-03-13 01:57:13 -04:00
parent a9c08124f5
commit c7fcb08ba6
13 changed files with 962 additions and 127 deletions

View File

@@ -11,6 +11,18 @@
"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",
@@ -23,6 +35,18 @@
"category": "mining",
"summary": "Excavation laser and ore intake."
},
{
"id": "mining-turret",
"label": "Mining Turret",
"category": "mining",
"summary": "Articulated mining head for shipborne extraction."
},
{
"id": "gun-turret",
"label": "Gun Turret",
"category": "weapon",
"summary": "Hull-mounted weapon turret for ship combat."
},
{
"id": "bulk-bay",
"label": "Bulk Cargo Bay",
@@ -70,5 +94,23 @@
"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."
}
]