Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / World / Default / Zones / Noise / Zone3 / Heightmaps / Mountain.json

Mountain

Server/World/Default/Zones/Noise/Zone3/Heightmaps/Mountain.json, 3.2 KB

Fields

FieldType
Typestring
Noisearray[2]

Source

{
  "Type": "MIN",
  "Noise": [
    {
      "Type": "SUM",
      "Noise": [
        {
          "Type": "MIN",
          "Noise": [
            {
              "File": "Zones.Noise.Shared.Heightmaps.Base"
            }
          ],
          "Formula": "INVERTED",
          "Normalize": [0.25, 0.55]
        },
        {
          "Type": "DISTORTED",
          "Noise": {
            "Type": "MIN",
            "Noise": [
              {
                "Seed": "SnowlandsMountains1",
                "NoiseType": "DISTANCE",
                "Measurement": "BORDER_DISTANCE",
                "Distance2Mode": "MIN",
                "CellType": "HEX",
                "Formula": "INVERTED",
                "Jitter": 0.25,
                "Scale": 0.005
              },
              {
                "Seed": "SnowlandsMountains2",
                "NoiseType": "DISTANCE",
                "Measurement": "BORDER_DISTANCE",
                "Distance2Mode": "MIN",
                "CellType": "HEX",
                "Formula": "INVERTED",
                "Jitter": 0.25,
                "Scale": 0.006,
                "Normalize": [-0.1, 1.1],
                "Yaw": 30
              },
              {
                "Seed": "SnowlandsMountains3",
                "NoiseType": "DISTANCE",
                "Measurement": "BORDER_DISTANCE",
                "Distance2Mode": "MIN",
                "CellType": "HEX",
                "Formula": "INVERTED",
                "Jitter": 0.25,
                "Scale": 0.007,
                "Normalize": [-0.2, 1.2],
                "Yaw": 80
              }
            ],
            "Curve": {
              "A": 1.15,
              "B": 1
            },
            "Normalize": [0.1, 1.25]
          },

          "Randomizer": {
            "Generators": [
              {
                "Seed": "SnowlandsMountainsErosion",
                "NoiseType": "SIMPLEX",
                "Octaves": 4,
                "Scale": 0.01,
                "Amplitude": 20
              }
            ]
          }
        }
      ],
      "Factors": [1, 1]
    },
    {
      "Type": "SUM",
      "Noise": [
        {
          "Type": "MIN",
          "Noise": [
            {
              "File": "Zones.Noise.Shared.Heightmaps.Base"
            }
          ],
          "Formula": "INVERTED",
          "Normalize": [0.25, 0.6]
        },
        {
          "Type": "MIN",
          "Noise": [
            {
              "File": "Zones.Noise.Shared.Heightmaps.River"
            }
          ],
          "Formula": "INVERTED_RIDGED_SQRT"
        },
        {
          "Seed": "SnowlandsMountains",
          "NoiseType": "DISTANCE",
          "Measurement": "BORDER_DISTANCE",
          "Distance2Mode": "MIN",
          "CellType": "HEX",
          "Formula": "INVERTED",
          "Jitter": 0.5,
          "Scale": 0.005,
          "Normalize": [0, 5],
          "Curve": {
            "A": 2.0,
            "B": -0.4
          }
        },
        {
          "Seed": "SnowlandsMountainsErosion",
          "NoiseType": "SIMPLEX",
          "Formula": "INVERTED",
          "Octaves": 4,
          "Scale": 0.01
        }
      ],
      "Factors": [1, 0.2, 1, 0.25],
      "Normalize": [-1.75, 1]
    }
  ]
}