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