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