Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / World / Default / Zones / Zone2_Tier1 / PrefabPatterns / Savannah_Rock_Cactus_Boulders.json

Savannah_Rock_Cactus_Boulders

Server/World/Default/Zones/Zone2_Tier1/PrefabPatterns/Savannah_Rock_Cactus_Boulders.json, 1.3 KB

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
Maskobject

Source

{
  "GridGenerator": {
    "Seed": "Drylands-Patterns-Boulders",
    "Density": 0.6,
    "Scale": 0.05,
    "Jitter": 1
  },
  "NoiseMask": {
    "Type": "MULTIPLY",
    "Noise": [
      {
        "Seed": "Drylands-Plateau-Clusters",
    		"NoiseType": "CELL",
    		"CellMode": "DISTANCE",
    		"Formula": "INVERTED",
    		"DistanceRange": 1.0,
    		"Density": [0, 0.2],
    		"Scale": 0.011,
    		"Jitter": 0.9,
    		"Normalize": 0.4
      },
      {
    		"Seed": "Drylands-Pattern-Monuments-Tier-1",
    		"NoiseType": "CELL",
    		"Formula": "SQRT",
    		"Scale": 0.005,
    		"CellMode": "DISTANCE",
    		"Jitter": 0.75,
    		"Density": [0, 1],
    		"Normalize": 0.4
      },
      {
        "Seed": "Drylands-Caves-Density-Surface",
        "Scale": 0.01501,
        "Jitter": 0.4001,
        "DistanceRange": 6,
        "NoiseType": "CELL",
        "Formula" : "INVERTED",
        "CellMode": "DISTANCE",
        "Density": [0.7501, 0.9999],
        "Normalize": 0.4501
      }
    ],
    "Threshold": [0.5, 1]
  },
  "Mask": {
    "Default": ["*"],
    "Specific": [
      {
        "Block": ["Soil_Sand_White"],
        "Rule": ["Soil_Sand_White", "Rock_Sandstone", "Rock_Sandstone_White"]
      },
      {
        "Block": ["Empty"],
        "Rule": ["Soil_Sand_White"]
      }
    ]
  }
}