Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / World / Default / Mask / Blend_Outer.json

Blend_Outer

Server/World/Default/Mask/Blend_Outer.json, 438 B

Fields

FieldType
#Commentarray[1]
Typestring
Noiseobject
Randomizerobject

Source

{
  "#Comment": [
    "Used to blend between the inner continent region and the outer world."
  ],
  "Type": "DISTORTED",
  "Noise": {
    "NoiseType": "POINT",
    "X": 0.0,
    "Y": 0.0,
    "InnerRadius": 2850.0,
    "OuterRadius": 3400.0
  },
  "Randomizer": {
    "Generators": [
      {
        "Seed": "CONTINENT-OUTER-WARP-1",
        "NoiseType": "SIMPLEX",
        "Scale": 0.00085,
        "Amplitude": 450
      }
    ]
  }
}