Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / World / Default / Zones / Zone3_Tier1 / PrefabPatterns / Mountain_Pillar_Shale_Bare.json

Mountain_Pillar_Shale_Bare

Server/World/Default/Zones/Zone3_Tier1/PrefabPatterns/Mountain_Pillar_Shale_Bare.json, 1.3 KB

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
Parentarray[2]

Source

{
  "GridGenerator": {
    "Density": 0.23,
    "Scale": 0.073,
    "Jitter": 0.6
  },
  "NoiseMask": {
    "Type":"DISTORTED",
    "Noise":{
      "Type": "SUM",
      "Noise": [
        {
					"Type": "MIN",
					"Noise": [
					  {
					    "File": "Zones.Noise.Shared.Heightmaps.River"
					  }
					],
					"Formula": "INVERTED_RIDGED"
				},
				{
					"Type": "MIN",
					"Noise": [
					  {
					    "File": "Zones.Noise.Shared.Heightmaps.Base"
					  }
					],
					"Formula": "INVERTED",
					"Normalize": [0.45, 0.6]
				},
				{
					"Seed": "Grasslands-Base",
					"NoiseType": "CELL",
					"Formula": "INVERTED_SQRT",
					"Scale": 0.025,
					"CellMode": "DISTANCE",
					"Jitter": 0.6
				},
				{
					"Seed": "Grasslands-Base",
					"NoiseType": "CELL",
					"Formula": "INVERTED_SQRT",
					"Scale": 0.011,
					"CellMode": "DISTANCE",
					"Jitter": 0.6
				}
      ],
      "Factors": [0.65, 0.2, 0.075, 0.075],
      "Normalize": [0.5, 0.92]
		},
		"Randomizer":{
      "Generators":[
        {
          "Seed": "Grasslands-River-Noise",
          "NoiseType":"SIMPLEX",
          "Octaves":3,
          "Persistence":0.6,
          "Scale":0.006,
          "Amplitude": 15
        }
      ]
    },
    "Threshold": [0.49, 0.61]
  },
  "Parent": ["Rock_Shale", "Soil_Pebbles_Frozen"]
}