Add PR #231: More river configuration options

This commit is contained in:
reldred
2021-03-28 23:45:08 +01:00
committed by Jonathan G Rennison
parent 7e728fe9d6
commit 213b6fe6ef
7 changed files with 101 additions and 14 deletions

View File

@@ -375,6 +375,10 @@ struct GameCreationSettings {
byte min_river_length; ///< the minimum river length
byte river_route_random; ///< the amount of randomicity for the route finding
byte amount_of_rivers; ///< the amount of rivers
bool rivers_top_of_hill; ///< do rivers require starting near the tops of hills?
uint8 river_tropics_width; ///< the configured width of tropics around rivers
uint8 lake_size; ///< how large can lakes get?
bool lakes_allowed_in_deserts; ///< are lakes allowed in deserts?
uint8 amount_of_rocks; ///< the amount of rocks
uint8 height_affects_rocks; ///< the affect that map height has on rocks
};