#pragma once #include struct ShipIdentityComponent { std::string schematicId; // Scrap dropped on destruction, derived from the ship's as-built threat cost // at spawn time (REQ-RES-SCRAP-DROP). int scrapDrop = 0; };