Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / World / Default / Zones / Zone3_Tier3 / PrefabPatterns / Forest_Mountain.json

Forest_Mountain

Server/World/Default/Zones/Zone3_Tier3/PrefabPatterns/Forest_Mountain.json, 841 B

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
HeightThresholdobject
Maskobject
Parentarray[1]

Source

{
  "GridGenerator": {
    "Density": 1,
    "Scale": 0.15,
    "Jitter": 0.8
  },
  "NoiseMask": {
			"Type": "SUM",
			"Noise": [
				{
					"Seed": "Grasslands-Base",
					"NoiseType": "CELL",
					"Formula": "INVERTED_SQRT",
					"Scale": 0.025,
					"CellMode": "DISTANCE",
					"Jitter": 0.6,
					"Density": [0, 0.25]
				},
				{
					"Seed": "Grasslands-Base",
					"NoiseType": "CELL",
					"Formula": "INVERTED_SQRT",
					"Scale": 0.011,
					"CellMode": "DISTANCE",
					"Jitter": 0.6,
					"Density": [0, 0.25]
				}
			],
			"Factors": [0.5, 0.5],
    "Threshold": [0.2, 1]
  },
  "HeightThreshold": {
    "Positions": [168, 169, 170, 175, 176, 177, 182, 183, 184, 192, 193, 194],
    "Values": [0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0]
  },
  "Mask": {
    "File": "Zones.Masks.Shared.Trees"
  },
  "Parent": ["Soil_Grass_Cold"]
}