Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / World / Default / Zones / Noise / Shared / Layers / CrossZone_Ocean_Z1_Z2_F.json

CrossZone_Ocean_Z1_Z2_F

Server/World/Default/Zones/Noise/Shared/Layers/CrossZone_Ocean_Z1_Z2_F.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": 8
      }
    ]
  },
  "Threshold": [
    0.46,
    0.5
  ]
}