v1.5.76 - major river-lake redesign

This commit is contained in:
Azgaar 2021-02-28 13:32:04 +03:00
parent 8563aaf50d
commit 07f0eff52c
7 changed files with 227 additions and 194 deletions

View file

@ -434,7 +434,7 @@ function randomizeOptions() {
if (randomize || !locked("culturesSet")) randomizeCultureSet();
// 'Configure World' settings
if (randomize || !locked("prec")) precInput.value = precOutput.value = gauss(120, 20, 5, 500);
if (randomize || !locked("prec")) precInput.value = precOutput.value = gauss(100, 40, 5, 500);
const tMax = +temperatureEquatorOutput.max, tMin = +temperatureEquatorOutput.min; // temperature extremes
if (randomize || !locked("temperatureEquator")) temperatureEquatorOutput.value = temperatureEquatorInput.value = rand(tMax-6, tMax);
if (randomize || !locked("temperaturePole")) temperaturePoleOutput.value = temperaturePoleInput.value = rand(tMin, tMin+10);