increase number of states by default

This commit is contained in:
Azgaar 2022-02-19 22:28:03 +03:00
parent 9777df9a67
commit 4978db4d1e
2 changed files with 2 additions and 2 deletions

View file

@ -939,7 +939,7 @@
</td> </td>
</tr> </tr>
<tr data-tip="Select template to be used for a Heightmap generation"> <tr data-tip="Select heightmap generation template or precreated heightmap">
<td> <td>
<i data-locked=0 id="lock_template" class="icon-lock-open"></i> <i data-locked=0 id="lock_template" class="icon-lock-open"></i>
</td> </td>

View file

@ -545,7 +545,7 @@ function randomizeOptions() {
// 'Options' settings // 'Options' settings
if (randomize || !locked("template")) randomizeHeightmapTemplate(); if (randomize || !locked("template")) randomizeHeightmapTemplate();
if (randomize || !locked("regions")) regionsInput.value = regionsOutput.value = gauss(15, 3, 2, 30); if (randomize || !locked("regions")) regionsInput.value = regionsOutput.value = gauss(18, 5, 2, 30);
if (randomize || !locked("provinces")) provincesInput.value = provincesOutput.value = gauss(20, 10, 20, 100); if (randomize || !locked("provinces")) provincesInput.value = provincesOutput.value = gauss(20, 10, 20, 100);
if (randomize || !locked("manors")) { if (randomize || !locked("manors")) {
manorsInput.value = 1000; manorsInput.value = 1000;