File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 137
137
## Documentation
138
138
139
139
* Improved the ` 403 Forbidden ` error documentation for updating a running game.
140
+
141
+ # v3.0.0 (2024-06-XX)
142
+
143
+ ## BREAKING CHANGES
144
+ * Game ticks are no longer scheduled and must be trigger via ` PATCH /games/:game?tick=true ` .
145
+ * Changed the ` empire.pop.credits.unemployed ` variable to ` empire.pop.unemployed_upkeep.credits ` .
146
+
147
+ ## New Features
148
+ * Custom effects with ` base ` values can now create new variables, in the following contexts:
149
+ * Building and district cost, upkeep and production.
150
+ * System upgrade upkeep.
151
+ * System type district chances.
152
+ * Pop consumption.
153
+ * Unemployed pop costs.
154
+
155
+ ## Improvements
156
+ * Game speed can be any positive number number.
157
+ It must be interpreted by the client to trigger manual ticks.
158
+ * The ` PATCH /games/:game ` request that starts a game now waits until the game is properly initialized before responding.
159
+
160
+ ## Bugfixes
161
+ * Fixed some situations where systems may not be connected to the rest of the map.
You can’t perform that action at this time.
0 commit comments