Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / World / Default / Mask / Continent / Blend_Inner.json

Blend_Inner

Server/World/Default/Mask/Continent/Blend_Inner.json, 569 B

Fields

FieldType
#Commentarray[2]
Typestring
Noiseobject
Randomizerobject

Source

{
  "#Comment": [
    "Used to blend the inner continent landmass into ocean to produce a",
    "single body continent at the center of the world."
  ],
  "Type": "DISTORTED",
  "Noise": {
    "NoiseType": "POINT",
    "X": 0.0,
    "Y": 0.0,
    "InnerRadius": 1700.0,
    "OuterRadius": 2500.0
  },
  "Randomizer": {
    "Generators": [
      {
        "Seed": "CONTINENT-INNER-WARP-1",
        "NoiseType": "SIMPLEX",
        "Scale": 0.00085,
        "Octaves": 1,
        "Persistence": 0.5,
        "Lacunarity": 2.5,
        "Amplitude": 450
      }
    ]
  }
}