Deepen faction economy and station planning
This commit is contained in:
@@ -293,6 +293,7 @@ public sealed class InitialStationDefinition
|
||||
public required string SystemId { get; set; }
|
||||
public string Label { get; set; } = "Orbital Station";
|
||||
public string Color { get; set; } = "#8df0d2";
|
||||
public string Objective { get; set; } = "general";
|
||||
public List<string> StartingModules { get; set; } = [];
|
||||
public string? FactionId { get; set; }
|
||||
public int? PlanetIndex { get; set; }
|
||||
@@ -307,6 +308,7 @@ public sealed class ShipFormationDefinition
|
||||
public required float[] Center { get; set; }
|
||||
public required string SystemId { get; set; }
|
||||
public string? FactionId { get; set; }
|
||||
public Dictionary<string, float> StartingInventory { get; set; } = new(StringComparer.Ordinal);
|
||||
}
|
||||
|
||||
public sealed class PatrolRouteDefinition
|
||||
|
||||
Reference in New Issue
Block a user