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",