allow to configure when which schematic gets unlockable

This commit is contained in:
2026-06-10 20:54:16 +02:00
parent 26857e8414
commit aad094f842
9 changed files with 25 additions and 21 deletions

View File

@@ -51,7 +51,7 @@ struct ShipLoot
struct ShipDef
{
std::string id;
bool availableFromStart;
int unlockAtStationLevel;
std::vector<std::string> layout;
ShipSchematic schematic;