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

Savannah_Bushes_Forest

Server/World/Default/Zones/Zone2_Tier1/PrefabPatterns/Savannah_Bushes_Forest.json, 1.2 KB

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
Maskobject
HeightThresholdobject
FitHeightmapboolean
Parentarray[4]

Source

{
  "GridGenerator": {
    "Seed": "Drylands-Savannah-Forest",
    "Density": [0.18, 0.6],
    "Scale": 0.04,
    "Jitter": 1
  },
  "NoiseMask": {
    "Type": "MAX",
    "Noise": [
		{
			"Seed": "Drylands-Pattern-Monuments-Tier-1",
			"NoiseType": "CELL",
			"Formula": "INVERTED_SQRT",
			"Scale": 0.005,
			"CellMode": "DISTANCE",
			"Jitter": 0.75,
			"Density": [0, 1],
			"Normalize": 0.6
		},
		{
      "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, 0.99]
},
  "Mask": {
    "Default": ["Empty"],
    "Specific": [
      {
        "Block": ["Plant_Bush"],
        "Rule": ["Empty", "Plant_Grass_Dry", "Plant_Grass_Dry_Tall", "Plant_Grass_Arid", "Plant_Grass_Arid_Tall", "Plant_Crop_Mushroom_Common_Brown", "Plant_Flower_Common_Blue", "Plant_Flower_Common_Purple", "Plant_Flower_Common_Cyan"]
      }
    ]
  },
  "HeightThreshold": {
    "Positions": [114, 115],
    "Values": [0, 1]
  },
  "FitHeightmap": true,
  "Parent": ["Soil_Grass_Dry", "Soil_Gravel_Sand_White", "Soil_Mud_Dry", "Soil_Leaves"]
}