Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / World / Default / Zones / Zone3_Tier2 / PrefabPatterns / Monuments_Outlander.json

Monuments_Outlander

Server/World/Default/Zones/Zone3_Tier2/PrefabPatterns/Monuments_Outlander.json, 956 B

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
HeightThresholdobject
Maskobject
FitHeightmapboolean
MaxSizenumber

Source

{
  "GridGenerator": {
		"Seed": "Pattern_Monuments",
    "Density": [0.5, 0.75],
    "Scale": 0.005,
    "Jitter": 0.75
  },
  "NoiseMask": {
		"Type": "SUM",
		"Noise": [
			{
				"Type": "MIN",
				"Noise": [
				  {
				    "File": "Zones.Noise.Shared.Heightmaps.River"
				  }
				],
				"Formula": "INVERTED_RIDGED_SQRT"
			},
			{
				"Type": "MIN",
				"Noise": [
				  {
				    "File": "Zones.Noise.Shared.Heightmaps.Base"
				  }
				],
				"Formula": "INVERTED",
				"Normalize": [0.35, 0.55]
			}
		],
		"Factors": [0.60, 0.40],
    "Threshold": [0, 0.8]
  },
  "HeightThreshold": {
    "Positions": [114, 115, 170, 171],
    "Values": [0, 1, 1, 0]
  },
  "Mask": {
    "Default": ["*", "!Rock_Ice", "!Rock_Ice_Permafrost"],
    "Specific": [
      {
        "Block": ["Wood_Deadwood_Stairs", "Rock_Shale_Brick_Stairs", "Rock_Shale_Cobble_Stairs"],
        "Rule": ["Empty", "!*"]
      }
    ]
  },
  "FitHeightmap": true,
  "MaxSize": 100
}