Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / World / Default / Zones / Noise / Zone3 / Covers / Moss / Moss_Green_Forest.json

Moss_Green_Forest

Server/World/Default/Zones/Noise/Zone3/Covers/Moss/Moss_Green_Forest.json, 851 B

Fields

FieldType
Typestring
Noisearray[3]
Factorsarray[3]
Thresholdarray[2]

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Seed": "Grasslands-River-Noise",
      "NoiseType": "OLD_SIMPLEX",
      "FractalMode": "OLDSCHOOL",
      "Formula": "INVERTED_RIDGED_SQRT",
      "Octaves": 1,
      "Persistence": 0.1,
      "Scale": 0.004,
      "Normalize": [
        0.75,
        0.78
      ]
    },
    {
      "Seed": "Grasslands-Base",
      "NoiseType": "OLD_SIMPLEX",
      "FractalMode": "OLDSCHOOL",
      "Formula": "INVERTED",
      "Octaves": 4,
      "Persistence": 0.45,
      "Scale": 0.002,
      "Normalize": [
        0.7,
        0.85
      ]
    },
    {
      "Seed": "lake_noise",
      "NoiseType": "OLD_SIMPLEX",
      "FractalMode": "OLDSCHOOL",
      "Octaves": 5,
      "Persistence": 0.6,
      "Scale": 0.05
    }
  ],
  "Factors": [
    0.1,
    0.25,
    0.65
  ],
  "Threshold": [
    0,
    0.28
  ]
}