Add Free Terrain mode and terrain rules

This commit is contained in:
Catobat
2022-10-09 01:23:47 +02:00
parent 1fd1f9ca5c
commit 0c53fc8519
18 changed files with 603 additions and 106 deletions

View File

@@ -131,6 +131,8 @@
"randomizer.overworld.overworldshuffle.parallel": "Parallel",
"randomizer.overworld.overworldshuffle.full": "Full",
"randomizer.overworld.terrain": "Free Terrain",
"randomizer.overworld.crossed": "Crossed",
"randomizer.overworld.crossed.none": "None",
"randomizer.overworld.crossed.polar": "Polar",

View File

@@ -28,7 +28,7 @@
},
"mixed": {
"type": "checkbox",
"default": true
"default": false
},
"whirlpool": {
"type": "checkbox",
@@ -45,9 +45,13 @@
}
},
"rightOverworldFrame": {
"terrain": {
"type": "checkbox",
"default": false
},
"keepsimilar": {
"type": "checkbox",
"default": true
"default": false
}
}
}