mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
sky-burgs-sky-routes
This commit is contained in:
parent
2c3692f000
commit
73ab86b957
23 changed files with 919 additions and 49 deletions
17
index.html
17
index.html
|
|
@ -3409,6 +3409,11 @@
|
|||
<input id="burgPopulation" type="number" min="0" step="1" style="width: 9em" />
|
||||
</div>
|
||||
|
||||
<div id="burgAltitudeRow" data-tip="Sky altitude above mean sea level" style="display: none">
|
||||
<div class="label">Altitude:</div>
|
||||
<input id="burgAltitude" type="number" min="0" step="50" style="width: 9em" /> m
|
||||
</div>
|
||||
|
||||
<div data-tip="Burg average yearly temperature" style="display: flex; justify-content: space-between">
|
||||
<div>
|
||||
<div class="label">Temperature:</div>
|
||||
|
|
@ -3443,6 +3448,18 @@
|
|||
data-feature="port"
|
||||
class="burgFeature icon-anchor"
|
||||
></span>
|
||||
<span
|
||||
id="burgSkyPort"
|
||||
data-tip="Shows whether the burg is a sky port (air routes). Click to toggle"
|
||||
data-feature="skyPort"
|
||||
class="burgFeature icon-rocket"
|
||||
></span>
|
||||
<span
|
||||
id="burgFlying"
|
||||
data-tip="Shows whether the burg is flying (can stay over water). Click to toggle"
|
||||
data-feature="flying"
|
||||
class="burgFeature icon-cloud"
|
||||
></span>
|
||||
<span
|
||||
id="burgCitadel"
|
||||
data-tip="Shows whether the burg has a citadel (castle). Click to toggle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue