Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / World / Default / Mask / Continent / Continent_Outer.json

Continent_Outer

Server/World/Default/Mask/Continent/Continent_Outer.json, 617 B

Fields

FieldType
$Commentarray[2]
Typestring
Noiseobject
Randomizerobject

Source

{
  "$Comment": [
    "Controls the shape of the landmass for the outer world.",
    "Generally produces a more continuous connected landmass to aid infinite exploration."
  ],
  "Type": "DISTORTED",
  "Noise": {
    "Seed": "CONTINENT",
    "NoiseType": "SIMPLEX",
    "Octaves": 2,
    "Lacunarity": 2.0,
    "Persistence": 0.4,
    "Scale": 0.0004
  },
  "Randomizer": {
    "Generators": [
      {
        "Seed": "CONTINENT-WARP-1",
        "NoiseType": "SIMPLEX",
        "Scale": 0.001,
        "Octaves": 2,
        "Persistence": 0.5,
        "Lacunarity": 2.75,
        "Amplitude": 100
      }
    ]
  }
}