mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
fix: enhance population constraints in UI and calculations
This commit is contained in:
parent
fa8fd58259
commit
0c26f0831f
4 changed files with 10 additions and 15 deletions
11
index.html
11
index.html
|
|
@ -5420,12 +5420,7 @@
|
|||
<th data-tip="Rendering order: higher values are rendered on top">Order</th>
|
||||
<th data-tip="Type group name">Name</th>
|
||||
<th data-tip="Burg preview generator">Preview generator</th>
|
||||
<th data-tip="Set min population constraint" colspan="2">Population</th>
|
||||
<th
|
||||
data-tip="Set population percentile: 0-100, where 90 means the burg must have a population higher than 90% of all burgs"
|
||||
>
|
||||
Percentile
|
||||
</th>
|
||||
<th data-tip="Set min population constraint" colspan="3">Population</th>
|
||||
<th data-tip="Select allowed biomes">Biomes</th>
|
||||
<th data-tip="Select allowed states">States</th>
|
||||
<th data-tip="Select allowed cultures">Cultures</th>
|
||||
|
|
@ -8496,7 +8491,7 @@
|
|||
<script src="modules/biomes.js?v=1.99.00"></script>
|
||||
<script src="modules/names-generator.js?v=1.106.0"></script>
|
||||
<script src="modules/cultures-generator.js?v=1.106.0"></script>
|
||||
<script src="modules/burgs-generator.js?v=1.107.0"></script>
|
||||
<script src="modules/burgs-generator.js?v=1.109.5"></script>
|
||||
<script src="modules/states-generator.js?v=1.107.0"></script>
|
||||
<script src="modules/provinces-generator.js?v=1.106.0"></script>
|
||||
<script src="modules/routes-generator.js?v=1.106.0"></script>
|
||||
|
|
@ -8538,7 +8533,7 @@
|
|||
<script defer src="modules/ui/rivers-editor.js?v=1.106.0"></script>
|
||||
<script defer src="modules/ui/rivers-creator.js?v=1.106.0"></script>
|
||||
<script defer src="modules/ui/relief-editor.js?v=1.99.00"></script>
|
||||
<script defer src="modules/ui/burg-group-editor.js?v=1.106.0"></script>
|
||||
<script defer src="modules/ui/burg-group-editor.js?v=1.109.5"></script>
|
||||
<script defer src="modules/ui/burg-editor.js?v=1.106.6"></script>
|
||||
<script defer src="modules/ui/units-editor.js?v=1.108.12"></script>
|
||||
<script defer src="modules/ui/notes-editor.js?v=1.107.3"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue