Continent_Outer
Server/World/Default/Mask/Continent/Continent_Outer.json, 617 B
Fields
| Field | Type |
|---|---|
$Comment | array[2] |
Type | string |
Noise | object |
Randomizer | object |
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
}
]
}
}