feat: simplify station production

This commit is contained in:
2026-03-17 20:38:13 -04:00
parent 0ae53b76e8
commit b3508d9d08
4 changed files with 29 additions and 63 deletions

View File

@@ -98,6 +98,7 @@ public sealed class ModuleDefinition
public string Description { get; set; } = string.Empty;
public required string Type { get; set; }
public string? Product { get; set; }
public string ProductionMode { get; set; } = "passive";
public float Radius { get; set; } = 12f;
public float Hull { get; set; } = 100f;
public float WorkforceNeeded { get; set; }