Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / World / Default / Zones / Noise / Zone1 / Heightmaps / Mountain.json

Mountain

Server/World/Default/Zones/Noise/Zone1/Heightmaps/Mountain.json, 1.3 KB

Fields

FieldType
Typestring
Noisearray[2]
Factorsarray[2]

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Type": "SUM",
      "Noise": [
        {
          "Type": "SUM",
          "Noise": [
            {
              "File": "Zones.Noise.Zone1.Heightmaps.Mountain_Grid"
            },
            {
              "Type": "MIN",
              "Noise": [
                {
                  "File": "Zones.Noise.Zone1.Heightmaps.Mountain_Peak1"
                },
                {
                  "File": "Zones.Noise.Zone1.Heightmaps.Mountain_Peak2"
                },
                {
                  "File": "Zones.Noise.Zone1.Heightmaps.Mountain_Peak3"
                }
              ],
              "Curve": {
                "A": 2.0,
                "B": -2.0
              }
            }
          ],
          "Factors": [1, 1]
        },
        {
          "Seed": "MountainNoise",
          "NoiseType": "DISTANCE",
          "Measurement": "BORDER_DISTANCE",
          "Distance2Mode": "MIN",
          "CellType": "HEX",
          "Octaves": 2,
          "Jitter": 0.5,
          "DistanceRange": 10.0,
          "Scale": 0.01
        }
      ],
      "Factors": [1, 0.4]
    },
    {
      "Seed": "MountainSimplex",
      "NoiseType": "SIMPLEX",
      "Octaves": 4,
      "Scale": 0.015
    }
  ],
  "Factors": [1, 0.2]
}