diff --git a/mods/cnc/rules/map-generators.yaml b/mods/cnc/rules/map-generators.yaml index 67fa326efa..145fb1e908 100644 --- a/mods/cnc/rules/map-generators.yaml +++ b/mods/cnc/rules/map-generators.yaml @@ -168,6 +168,22 @@ Mountains: 1000 Roughness: 850 MinimumTerrainContourSpacing: 5 + MultiChoiceOption@Shape: + Label: label-cnc-map-generator-option-shape + Default: Square + Priority: 1 + Choice@Square: + Label: label-cnc-map-generator-choice-shape-square + Settings: + ExternalCircularBias: 0 + Choice@CircleMountain: + Label: label-cnc-map-generator-choice-shape-circle-mountain + Settings: + ExternalCircularBias: 1 + Choice@CircleWater: + Label: label-cnc-map-generator-choice-shape-circle-water + Settings: + ExternalCircularBias: -1 MultiIntegerChoiceOption@Players: Label: label-cnc-map-generator-option-players Parameter: Players @@ -237,22 +253,6 @@ Players: 8, 16 Settings: Rotations: 8 - MultiChoiceOption@Shape: - Label: label-cnc-map-generator-option-shape - Default: Square - Priority: 1 - Choice@Square: - Label: label-cnc-map-generator-choice-shape-square - Settings: - ExternalCircularBias: 0 - Choice@CircleMountain: - Label: label-cnc-map-generator-choice-shape-circle-mountain - Settings: - ExternalCircularBias: 1 - Choice@CircleWater: - Label: label-cnc-map-generator-choice-shape-circle-water - Settings: - ExternalCircularBias: -1 MultiChoiceOption@Resources: Label: label-cnc-map-generator-option-resources Default: Medium diff --git a/mods/ra/rules/map-generators.yaml b/mods/ra/rules/map-generators.yaml index b9ae34b2b1..10bb5b45f0 100644 --- a/mods/ra/rules/map-generators.yaml +++ b/mods/ra/rules/map-generators.yaml @@ -195,6 +195,22 @@ Forests: 0 SpawnBuildSize: 6 MinimumSpawnRadius: 4 + MultiChoiceOption@Shape: + Label: label-ra-map-generator-option-shape + Default: Square + Priority: 1 + Choice@Square: + Label: label-ra-map-generator-choice-shape-square + Settings: + ExternalCircularBias: 0 + Choice@CircleMountain: + Label: label-ra-map-generator-choice-shape-circle-mountain + Settings: + ExternalCircularBias: 1 + Choice@CircleWater: + Label: label-ra-map-generator-choice-shape-circle-water + Settings: + ExternalCircularBias: -1 MultiIntegerChoiceOption@Players: Label: label-ra-map-generator-option-players Parameter: Players @@ -264,22 +280,6 @@ Players: 8, 16 Settings: Rotations: 8 - MultiChoiceOption@Shape: - Label: label-ra-map-generator-option-shape - Default: Square - Priority: 1 - Choice@Square: - Label: label-ra-map-generator-choice-shape-square - Settings: - ExternalCircularBias: 0 - Choice@CircleMountain: - Label: label-ra-map-generator-choice-shape-circle-mountain - Settings: - ExternalCircularBias: 1 - Choice@CircleWater: - Label: label-ra-map-generator-choice-shape-circle-water - Settings: - ExternalCircularBias: -1 MultiChoiceOption@Resources: Label: label-ra-map-generator-option-resources Default: Medium