From fd9df3ae13447561c1deb59f98f584230b419e50 Mon Sep 17 00:00:00 2001 From: Enn3Developer Date: Thu, 19 Jun 2025 10:43:20 +0200 Subject: [PATCH] added starting stars option to tribes --- OpenPolytopia.Common/Tribe.cs | 5 +++++ OpenPolytopia.Common/resources/tribes.json | 1 + 2 files changed, 6 insertions(+) diff --git a/OpenPolytopia.Common/Tribe.cs b/OpenPolytopia.Common/Tribe.cs index 0ba75261..82167457 100644 --- a/OpenPolytopia.Common/Tribe.cs +++ b/OpenPolytopia.Common/Tribe.cs @@ -63,6 +63,11 @@ public class Tribe { /// The terrain generation rates of a tribe /// public required TerrainRate TerrainRate { get; init; } + + /// + /// The starting stars of a tribe + /// + public required int StartingStars { get; init; } } /// diff --git a/OpenPolytopia.Common/resources/tribes.json b/OpenPolytopia.Common/resources/tribes.json index 43ef0fe2..4abdcb64 100644 --- a/OpenPolytopia.Common/resources/tribes.json +++ b/OpenPolytopia.Common/resources/tribes.json @@ -2,6 +2,7 @@ "tribes": [ { "type": "imperius", + "starting_stars": 7, "tribe": { "starting_tech": { "branch": "organization",