Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / World / Default / Zones / Noise / Shared / Layers / CrossZone_Ocean_Z1_Z2_E.json

CrossZone_Ocean_Z1_Z2_E

Server/World/Default/Zones/Noise/Shared/Layers/CrossZone_Ocean_Z1_Z2_E.json, 1.3 KB

Fields

FieldType
Typestring
Noiseobject
Randomizerobject
Thresholdarray[2]

Source

{
  "Type": "DISTORTED",
  "Noise": {
    "Type": "SUM",
    "Noise": [
      {
        "Seed": "Grasslands-Base",
        "NoiseType": "SIMPLEX",
        "Octaves": 3,
        "Scale": 0.002
      },
      {
        "Seed": "Grasslands-Base",
        "NoiseType": "CELL",
        "Density": [
          0,
          0.075
        ],
        "DistanceRange": [
          10.0,
          30.0
        ],
        "CellMode": "DISTANCE",
        "Formula": "RIDGED",
        "Scale": 0.003
      },
      {
        "Seed": "Grasslands-Base",
        "NoiseType": "CELL",
        "Density": [
          0,
          0.1
        ],
        "CellMode": "DISTANCE",
        "Formula": "NORMAL",
        "Scale": 0.003
      },
      {
        "Seed": "Grasslands-Base",
        "NoiseType": "CELL",
        "Density": [
          0.05,
          0.15
        ],
        "Jitter": 0.2,
        "CellMode": "DISTANCE",
        "Formula": "NORMAL",
        "Scale": 0.003
      }
    ],
    "Factors": [
      0.25,
      0.26,
      0.245,
      0.245
    ]
  },
  "Randomizer": {
    "Generators": [
      {
        "Seed": "Grasslands-River-Noise",
        "NoiseType": "SIMPLEX",
        "Octaves": 3,
        "Persistence": 0.9,
        "Scale": 0.006,
        "Amplitude": 15
      }
    ]
  },
  "Threshold": [
    0.48,
    1
  ]
}