Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / World / Default / Zones / Noise / Zone1 / Heightmaps / Mountain_Grid.json

Mountain_Grid

Server/World/Default/Zones/Noise/Zone1/Heightmaps/Mountain_Grid.json, 511 B

Fields

FieldType
Typestring
Noisearray[2]
Factorsarray[2]

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Seed": "MountainGrid",
      "NoiseType": "DISTANCE",
      "Distance2Mode": "MIN",
      "CellType": "HEX",
      "Jitter": 0.5,
      "Scale": 0.001,
      "Density": [0, 0.5],
      "DistanceRange": [5, 10],
      "Normalize": [0, 1]
    },
    {
      "Seed": "MountainGrid",
      "NoiseType": "DISTANCE",
      "Distance2Mode": "MIN",
      "CellType": "HEX",
      "Jitter": 1,
      "Scale": 0.005,
      "Normalize": [0, 1]
    }
  ],
  "Factors": [1, 1]
}