Old World template by ReneHP (#758)

This commit is contained in:
evolvedexperiment 2022-03-15 10:50:48 +02:00 committed by GitHub
parent bc02850cf7
commit d19ea0896d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 59 additions and 5 deletions

View file

@ -579,17 +579,18 @@ function randomizeOptions() {
function randomizeHeightmapTemplate() {
const templates = {
volcano: 3,
highIsland: 22,
highIsland: 19,
lowIsland: 9,
continents: 19,
archipelago: 23,
continents: 16,
archipelago: 18,
mediterranean: 5,
peninsula: 3,
pangea: 5,
isthmus: 2,
atoll: 1,
shattered: 7,
taklamakan: 1
taklamakan: 1,
oldWorld: 11
};
document.getElementById("templateInput").value = rw(templates);
}