diff options
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index c5fe20ee4..03d9654f0 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -1860,6 +1860,33 @@ def = 1 min = 2 max = 90 +[SDT_VAR] +base = GameSettings +var = game_creation.min_river_length +type = SLE_UINT8 +from = 163 +def = 16 +min = 2 +max = 255 + +[SDT_VAR] +base = GameSettings +var = game_creation.river_route_random +type = SLE_UINT8 +from = 163 +def = 5 +min = 1 +max = 255 + +[SDT_VAR] +base = GameSettings +var = game_creation.amount_of_rivers +type = SLE_UINT8 +from = 163 +def = 2 +min = 0 +max = 3 + ; locale [SDT_OMANY] |