Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "id": "map_type_mountain",
- "flatHeight": 3,
- "defaultVoxelType": "Limestone",
- "minPlantsPercent": 105,
- "initialPenalty": 4000,
- "animals": [
- {
- "id": "Deer Spawner",
- "animalId": "deer",
- "initialCount":
- {
- "min": 3,
- "max": 4
- },
- "maxCount": 4,
- "temperature":
- {
- "min": 0,
- "max": 40
- },
- "optimalTemperature": 20,
- "spawnSpeedMultiplier": 2
- },
- {
- "id": "Hare Spawner",
- "animalId": "hare",
- "initialCount":
- {
- "min": 12,
- "max": 12
- },
- "maxCount": 12,
- "temperature":
- {
- "min": -10,
- "max": 40
- },
- "optimalTemperature": 25,
- "spawnSpeedMultiplier": 4
- },
- {
- "id": "Wolf Spawner",
- "animalId": "wolf",
- "initialCount":
- {
- "min": 3,
- "max": 3
- },
- "maxCount": 3,
- "temperature":
- {
- "min": -20,
- "max": 20
- },
- "optimalTemperature": -5,
- "spawnSpeedMultiplier": 2
- }
- ],
- "voxelTypeDistribution": [
- {
- "id": "Limestone",
- "percent": 2,
- "minCount": 1000
- },
- {
- "id": "Iron",
- "percent": 8,
- "minCount": 2000
- },
- {
- "id": "Gold",
- "percent": 2,
- "minCount": 2000,
- "awayFromEdge": true,
- "storeInside": [
- "Iron"
- ]
- },
- {
- "id": "Coal",
- "percent": 5,
- "minCount": 2000
- },
- {
- "id": "Rocky",
- "percent": 12,
- "minCount": 400
- },
- {
- "id": "Salt",
- "percent": 1,
- "minCount": 2000
- },
- {
- "id": "Grass",
- "percent": 20,
- "minCount": 2000
- }
- ],
- "mapGenerationSteps": [
- {
- "id": "base_mountain",
- "brushIDs": [
- "height_map_mountain_01"
- ],
- "operation": "Add",
- "height": 4,
- "repeatCountMax": 1,
- "position": {
- "x": 0,
- "y": 0
- },
- "randomPosition": {
- "x": 0,
- "y": 0
- },
- "size": {
- "x": 1.4,
- "y": 1.4
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 1,
- "y": 1.01
- },
- "scaleYRange": {
- "x": 1,
- "y": 1.01
- }
- },
- {
- "id": "base_mountain_2",
- "brushIDs": [
- "height_map_mountain_01"
- ],
- "operation": "Add",
- "height": 4,
- "repeatCountMax": 1,
- "position": {
- "x": 1,
- "y": 1
- },
- "randomPosition": {
- "x": 0,
- "y": 0
- },
- "size": {
- "x": 1.4,
- "y": 1.4
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 1,
- "y": 1.01
- },
- "scaleYRange": {
- "x": 1,
- "y": 1.01
- }
- },
- {
- "id": "base_mountain_3",
- "brushIDs": [
- "height_map_mountain_01"
- ],
- "operation": "Add",
- "height": 4,
- "repeatCountMax": 1,
- "position": {
- "x": 1,
- "y": 1
- },
- "randomPosition": {
- "x": 0.5,
- "y": 0.5
- },
- "size": {
- "x": 1.4,
- "y": 1.4
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 1,
- "y": 1.01
- },
- "scaleYRange": {
- "x": 1,
- "y": 1.01
- }
- },
- {
- "id": "detail_01_mountain",
- "brushIDs": [
- "height_map_circular_01"
- ],
- "operation": "Add",
- "height": 2,
- "repeatCountMax": 30,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0,
- "y": 0
- },
- "size": {
- "x": 2,
- "y": 2
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.95,
- "y": 1.05
- },
- "scaleYRange": {
- "x": 0.95,
- "y": 1.05
- }
- },
- {
- "id": "detail_02_mountain",
- "brushIDs": [
- "height_map_circular_02"
- ],
- "operation": "Add",
- "height": 2,
- "repeatCountMax": 10,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0,
- "y": 0
- },
- "size": {
- "x": 1,
- "y": 1
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.95,
- "y": 1.05
- },
- "scaleYRange": {
- "x": 0.95,
- "y": 1.05
- }
- },
- {
- "id": "detail_03_mountain",
- "brushIDs": [
- "height_map_circular_03"
- ],
- "operation": "Add",
- "height": 5,
- "repeatCountMax": 5,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0,
- "y": 0
- },
- "size": {
- "x": 2,
- "y": 2
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.95,
- "y": 1.05
- },
- "scaleYRange": {
- "x": 0.95,
- "y": 1.05
- }
- },
- {
- "id": "Iron_vein",
- "brushIDs": [
- "detail_vain_01"
- ],
- "brushIDsLarge": [
- "detail_vain_large_map_01"
- ],
- "operation": "SetGroundData",
- "plotData": "Iron",
- "plotHeightOffsetDown": 0,
- "plotHeightAbove": 10,
- "plotHeightCenter": 6,
- "plotHeightBelow": 10,
- "repeatCount": 1,
- "repeatCountMax": 1,
- "repeatCountMin": 1,
- "height": 16,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.05,
- "y": 0.05
- },
- "size": {
- "x": 1.4,
- "y": 1.4
- },
- "scaleXRange": {
- "x": 0.98,
- "y": 1.02
- },
- "scaleYRange": {
- "x": 0.98,
- "y": 1.02
- },
- "rotation": 0,
- "randomRotation": 360,
- "props": {
- "id": "IronPiles",
- "propsToPlace": ["IronPiles"],
- "placeOnlyOnVoxels": ["Iron"],
- "terrainPercent": 0.05,
- "brushControlsDensity": false,
- "invertBrushDensity": false,
- "resourcePileAmount": {
- "min": 2,
- "max": 20
- }
- }
- },
- {
- "id": "Salt_vein",
- "brushIDs": [
- "detail_circular_small_01",
- "detail_circular_small_02",
- "detail_circular_small_03",
- "detail_circular_small_04"
- ],
- "brushIDsLarge": [
- "detail_circular_small_large_map_01",
- "detail_circular_small_large_map_02",
- "detail_circular_small_large_map_03",
- "detail_circular_small_large_map_04"
- ],
- "operation": "SetGroundData",
- "plotData": "Salt",
- "plotHeightOffsetDown": 0,
- "plotHeightAbove": 5,
- "plotHeightCenter": 6,
- "plotHeightBelow": 5,
- "repeatCount": 3,
- "repeatCountMax": 3,
- "repeatCountMin": 3,
- "height": 16,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.05,
- "y": 0.05
- },
- "size": {
- "x": 0.9,
- "y": 0.9
- },
- "scaleXRange": {
- "x": 1.05,
- "y": 1.3
- },
- "scaleYRange": {
- "x": 1.05,
- "y": 1.3
- },
- "rotation": 0,
- "randomRotation": 360
- },
- {
- "id": "Coal_deposit",
- "brushIDs": [
- "circular_vain_01"
- ],
- "brushIDsLarge": [
- "circular_vain_large_map_01"
- ],
- "operation": "SetGroundData",
- "plotData": "Coal",
- "plotHeightOffsetDown": 0,
- "plotHeightAbove": 10,
- "plotHeightCenter": 6,
- "plotHeightBelow": 7,
- "repeatCount": 2,
- "repeatCountMax": 2,
- "repeatCountMin": 2,
- "height": 16,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.05,
- "y": 0.05
- },
- "size": {
- "x": 1,
- "y": 1
- },
- "scaleXRange": {
- "x": 0.98,
- "y": 1.02
- },
- "scaleYRange": {
- "x": 0.98,
- "y": 1.02
- },
- "rotation": 0,
- "randomRotation": 360
- },
- {
- "id": "rocky_terrain_mountain",
- "brushIDs": [
- "detail_chunk_01"
- ],
- "brushIDsLarge": [
- "detail_chunk_large_map_01"
- ],
- "operation": "SetGroundData",
- "plotData": "Rocky",
- "plotHeightOffsetDown": 0,
- "plotHeightAbove": 5,
- "plotHeightCenter": 4,
- "plotHeightBelow": 3,
- "repeatCount": 1,
- "repeatCountMax": 1,
- "repeatCountMin": 1,
- "height": 16,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.08,
- "y": 0.08
- },
- "size": {
- "x": 1,
- "y": 1
- },
- "scaleXRange": {
- "x": 0.95,
- "y": 1.05
- },
- "scaleYRange": {
- "x": 0.95,
- "y": 1.05
- },
- "rotation": 0,
- "randomRotation": 360
- },
- {
- "id": "grass_chunk",
- "brushIDs": [
- "detail_chunk_03"
- ],
- "brushIDsLarge": [
- "detail_chunk_large_map_03"
- ],
- "operation": "SetGroundData",
- "plotData": "Grass",
- "plotHeightOffsetDown": 0,
- "plotOnlyOnTopLayers": 1,
- "repeatCount": 1,
- "repeatCountMax": 1,
- "repeatCountMin": 1,
- "height": 16,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.0,
- "y": 0.0
- },
- "size": {
- "x": 1.4,
- "y": 1.4
- },
- "scaleXRange": {
- "x": 1,
- "y": 1
- },
- "scaleYRange": {
- "x": 1,
- "y": 1
- },
- "rotation": 0,
- "randomRotation": 360
- },
- {
- "id": "limestone_vein",
- "brushIDs": [
- "detail_circular_small_01",
- "detail_circular_small_02",
- "detail_circular_small_03",
- "detail_circular_small_04"
- ],
- "brushIDsLarge": [
- "detail_circular_small_large_map_01",
- "detail_circular_small_large_map_02",
- "detail_circular_small_large_map_03",
- "detail_circular_small_large_map_04"
- ],
- "operation": "SetGroundData",
- "plotData": "Limestone",
- "plotHeightOffsetDown": 0,
- "plotHeightAbove": 20,
- "plotHeightCenter": 4,
- "plotHeightBelow": 20,
- "repeatCount": 4,
- "repeatCountMax": 4,
- "repeatCountMin": 4,
- "height": 16,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.05,
- "y": 0.05
- },
- "size": {
- "x": 1,
- "y": 1
- },
- "scaleXRange": {
- "x": 0.95,
- "y": 1.05
- },
- "scaleYRange": {
- "x": 0.95,
- "y": 1.05
- },
- "rotation": 0,
- "randomRotation": 360,
- "props": {
- "id": "LimestonePiles",
- "propsToPlace": ["LimestonePiles"],
- "placeOnlyOnVoxels": ["Limestone"],
- "terrainPercent": 0.1,
- "brushControlsDensity": false,
- "invertBrushDensity": false,
- "resourcePileAmount": {
- "min": 15,
- "max": 50
- }
- }
- },
- {
- "id": "srubsRandomStep",
- "brushIDs": [
- "height_map_detail_01",
- "height_map_detail_02",
- "height_map_detail_03",
- "height_map_detail_04",
- "height_map_detail_05",
- "height_map_detail_06",
- "height_map_detail_07",
- "height_map_detail_08",
- "height_map_detail_09",
- "height_map_detail_10"
- ],
- "operation": "PropsOnly",
- "height": 16,
- "repeatCount": 20,
- "repeatCountMax": 20,
- "repeatCountMin": 20,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.3,
- "y": 0.3
- },
- "size": {
- "x": 1,
- "y": 1
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.5,
- "y": 1.2
- },
- "scaleYRange": {
- "x": 0.5,
- "y": 1.2
- },
- "props": {
- "id": "random_shrubs",
- "propsToPlace": ["ShrubGenericRandom", "ShrubIvyRandom"],
- "terrainPercent": 3.9,
- "placeOnlyOnVoxels": ["Grass", "Dirt", "Limestone", "Rocky"],
- "brushControlsDensity": false,
- "invertBrushDensity": false
- }
- },
- {
- "id": "sticksRandomStep",
- "brushIDs": [
- "height_map_detail_01",
- "height_map_detail_02",
- "height_map_detail_03",
- "height_map_detail_04",
- "height_map_detail_05",
- "height_map_detail_06",
- "height_map_detail_07",
- "height_map_detail_08",
- "height_map_detail_09",
- "height_map_detail_10"
- ],
- "brushIDsLarge": [
- "height_map_detail_large_map_01",
- "height_map_detail_large_map_02",
- "height_map_detail_large_map_03",
- "height_map_detail_large_map_04",
- "height_map_detail_large_map_05",
- "height_map_detail_large_map_06",
- "height_map_detail_large_map_07",
- "height_map_detail_large_map_08",
- "height_map_detail_large_map_09",
- "height_map_detail_large_map_10"
- ],
- "operation": "PropsOnly",
- "height": 16,
- "repeatCount": 20,
- "repeatCountMax": 20,
- "repeatCountMin": 20,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.3,
- "y": 0.3
- },
- "size": {
- "x": 1,
- "y": 1
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.5,
- "y": 1.2
- },
- "scaleYRange": {
- "x": 0.5,
- "y": 1.2
- },
- "props": {
- "id": "random_shrubs",
- "propsToPlace": ["StickPiles"],
- "terrainPercent": 0.05,
- "placeOnlyOnVoxels": ["Grass", "Dirt", "Limestone", "Rocky"],
- "brushControlsDensity": false,
- "invertBrushDensity": false,
- "resourcePileAmount": {
- "min": 1,
- "max": 5
- }
- }
- },
- {
- "id": "ForestPineStep",
- "brushIDs": [
- "detail_circular_small_01",
- "detail_circular_small_02",
- "detail_circular_small_03",
- "detail_circular_small_04"
- ],
- "brushIDsLarge": [
- "detail_circular_small_large_map_01",
- "detail_circular_small_large_map_02",
- "detail_circular_small_large_map_03",
- "detail_circular_small_large_map_04"
- ],
- "operation": "PropsOnly",
- "height": 16,
- "repeatCount": 5,
- "repeatCountMax": 5,
- "repeatCountMin": 5,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.05,
- "y": 0.05
- },
- "size": {
- "x": 1,
- "y": 1
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.5,
- "y": 1.3
- },
- "scaleYRange": {
- "x": 0.5,
- "y": 1.3
- },
- "props": {
- "id": "ForestPine",
- "propsToPlace": ["TreePineRandom"],
- "terrainPercent": 0.2,
- "placeOnlyOnVoxels": ["Grass","Dirt","Limestone"],
- "brushControlsDensity": false,
- "invertBrushDensity": false
- }
- },
- {
- "id": "RedcurrantRandomStep",
- "brushIDs": [
- "height_map_detail_01",
- "height_map_detail_02",
- "height_map_detail_03",
- "height_map_detail_04",
- "height_map_detail_05",
- "height_map_detail_06",
- "height_map_detail_07",
- "height_map_detail_08",
- "height_map_detail_09",
- "height_map_detail_10"
- ],
- "brushIDsLarge": [
- "height_map_detail_large_map_01",
- "height_map_detail_large_map_02",
- "height_map_detail_large_map_03",
- "height_map_detail_large_map_04",
- "height_map_detail_large_map_05",
- "height_map_detail_large_map_06",
- "height_map_detail_large_map_07",
- "height_map_detail_large_map_08",
- "height_map_detail_large_map_09",
- "height_map_detail_large_map_10"
- ],
- "operation": "PropsOnly",
- "height": 16,
- "repeatCount": 22,
- "repeatCountMax": 22,
- "repeatCountMin": 22,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.9,
- "y": 0.9
- },
- "size": {
- "x": 0.03,
- "y": 0.03
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.5,
- "y": 1.1
- },
- "scaleYRange": {
- "x": 0.5,
- "y": 1.1
- },
- "props": {
- "id": "random_reducrent",
- "propsToPlace": ["ShrubRedcurrantRandom"],
- "terrainPercent": 0.05,
- "placeOnlyOnVoxels": ["Grass", "Dirt"],
- "brushControlsDensity": false,
- "invertBrushDensity": false
- }
- },
- {
- "id": "HayPatchRandomStep",
- "brushIDs": [
- "height_map_detail_01",
- "height_map_detail_02",
- "height_map_detail_03",
- "height_map_detail_04",
- "height_map_detail_05",
- "height_map_detail_06",
- "height_map_detail_07",
- "height_map_detail_08",
- "height_map_detail_09",
- "height_map_detail_10"
- ],
- "brushIDsLarge": [
- "height_map_detail_large_map_01",
- "height_map_detail_large_map_02",
- "height_map_detail_large_map_03",
- "height_map_detail_large_map_04",
- "height_map_detail_large_map_05",
- "height_map_detail_large_map_06",
- "height_map_detail_large_map_07",
- "height_map_detail_large_map_08",
- "height_map_detail_large_map_09",
- "height_map_detail_large_map_10"
- ],
- "operation": "PropsOnly",
- "height": 16,
- "repeatCount": 17,
- "repeatCountMax": 17,
- "repeatCountMin": 12,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.6,
- "y": 0.6
- },
- "size": {
- "x": 0.07,
- "y": 0.07
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.8,
- "y": 1
- },
- "scaleYRange": {
- "x": 0.8,
- "y": 1
- },
- "props": {
- "id": "HayPatch_Random",
- "propsToPlace": ["HayPatchRandom"],
- "terrainPercent": 2,
- "placeOnlyOnVoxels": ["Grass", "Dirt"],
- "brushControlsDensity": false,
- "invertBrushDensity": false
- }
- },
- {
- "id": "HerbsPatchRandomStep",
- "brushIDs": [
- "height_map_detail_01",
- "height_map_detail_02",
- "height_map_detail_03",
- "height_map_detail_04",
- "height_map_detail_05",
- "height_map_detail_06",
- "height_map_detail_07",
- "height_map_detail_08",
- "height_map_detail_09",
- "height_map_detail_10"
- ],
- "brushIDsLarge": [
- "height_map_detail_large_map_01",
- "height_map_detail_large_map_02",
- "height_map_detail_large_map_03",
- "height_map_detail_large_map_04",
- "height_map_detail_large_map_05",
- "height_map_detail_large_map_06",
- "height_map_detail_large_map_07",
- "height_map_detail_large_map_08",
- "height_map_detail_large_map_09",
- "height_map_detail_large_map_10"
- ],
- "operation": "PropsOnly",
- "height": 16,
- "repeatCount": 40,
- "repeatCountMax": 40,
- "repeatCountMin": 40,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0.6,
- "y": 0.6
- },
- "size": {
- "x": 0.02,
- "y": 0.02
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 0.8,
- "y": 1
- },
- "scaleYRange": {
- "x": 0.8,
- "y": 1
- },
- "props": {
- "id": "HerbsPatch_Random",
- "propsToPlace": ["HerbPatchRandom"],
- "terrainPercent": 5,
- "placeOnlyOnVoxels": ["Grass", "Dirt"],
- "brushControlsDensity": false,
- "invertBrushDensity": false
- }
- },
- {
- "id": "ForestMixedStep",
- "brushIDs": [
- "detail_circular_forest_01",
- "detail_circular_forest_02",
- "detail_circular_forest_03",
- "detail_circular_forest_04"
- ],
- "brushIDsLarge": [
- "detail_circular_forest_large_map_01",
- "detail_circular_forest_large_map_02",
- "detail_circular_forest_large_map_03",
- "detail_circular_forest_large_map_04"
- ],
- "operation": "PropsOnly",
- "height": 16,
- "repeatCount": 2,
- "repeatCountMax": 2,
- "repeatCountMin": 2,
- "position": {
- "x": 0.5,
- "y": 0.5
- },
- "randomPosition": {
- "x": 0,
- "y": 0
- },
- "size": {
- "x": 1.4,
- "y": 1.4
- },
- "rotation" : 0,
- "randomRotation": 360,
- "scaleXRange": {
- "x": 1,
- "y": 1
- },
- "scaleYRange": {
- "x": 1,
- "y": 1
- },
- "props": {
- "id": "ForestMixed",
- "propsToPlace": [
- "TreeBirchRandom",
- "TreePlaneRandom",
- "TreeOakRandom",
- "ShrubGenericRandom",
- "ShrubIvyRandom",
- "ShrubGenericRandom",
- "ShrubIvyRandom",
- "TreeBirchRandom",
- "TreePlaneRandom",
- "TreeOakRandom",
- "TreeBirchRandom",
- "TreePlaneRandom",
- "TreeOakRandom",
- "TreeBirchRandom",
- "TreePlaneRandom",
- "TreeOakRandom",
- "TreePlaneDead",
- "TreeOakDead",
- "TreebirchDead",
- "TreePineRandom2"
- ],
- "terrainPercent": 1,
- "placeOnlyOnVoxels": ["Grass","Dirt","Rocky"],
- "brushControlsDensity": false,
- "invertBrushDensity": false
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement