mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 20:41:23 +01:00
Copy all visible military units from the old map.
This commit is contained in:
parent
9b618544e6
commit
385fdca868
4 changed files with 40 additions and 36 deletions
|
|
@ -3668,6 +3668,9 @@
|
|||
<p>Population rate (Units editor -> population) and map pixel size will
|
||||
be automatically updated according to the current scale factor. If you'd like
|
||||
to generate a new parent-map, <b>don't forget to reset them!</b> Options are interpreted as usual.</p>
|
||||
<p>
|
||||
Automatically copied: Heightmap, Biome, Precipitation, Cultures, States, Provinces, Regiments (military).
|
||||
</p>
|
||||
<hr />
|
||||
<p>Remap (copy) the following features to the new map:</p>
|
||||
<div data-tip="Copy burgs from old map. Regenerate burgs if not checked." >
|
||||
|
|
@ -3678,10 +3681,6 @@
|
|||
<input id="submapCopyRivers" class="checkbox" type="checkbox">
|
||||
<label for="submapCopyRivers" class="checkbox-label">Rivers</label>
|
||||
</div>
|
||||
<div data-tip="Copy military data from the original map. Regenerate military if not checked." >
|
||||
<input id="submapCopyMilitary" class="checkbox" type="checkbox">
|
||||
<label for="submapCopyMilitary" class="checkbox-label">Military</label>
|
||||
</div>
|
||||
<div data-tip="Copy markers from the original map. Regenerate markers if not checked." >
|
||||
<input id="submapCopyMarkers" class="checkbox" type="checkbox" checked>
|
||||
<label for="submapCopyMarkers" class="checkbox-label">Markers</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue