We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0729f commit da785b0Copy full SHA for da785b0
2 files changed
OpenPolytopia.Common/Tribe.cs
@@ -63,6 +63,11 @@ public class Tribe {
63
/// The terrain generation rates of a tribe
64
/// </summary>
65
public required TerrainRate TerrainRate { get; init; }
66
+
67
+ /// <summary>
68
+ /// The starting stars of a tribe
69
+ /// </summary>
70
+ public required int StartingStars { get; init; }
71
}
72
73
/// <summary>
OpenPolytopia.Common/resources/tribes.json
@@ -2,6 +2,7 @@
2
"tribes": [
3
{
4
"type": "imperius",
5
+ "starting_stars": 7,
6
"tribe": {
7
"starting_tech": {
8
"branch": "organization",
0 commit comments