River
Server/World/Default/Zones/Noise/Zone2/Heightmaps/River.json, 811 B
Fields
| Field | Type |
|---|---|
Type | string |
Noise | object |
Randomizer | object |
Source
{
"Type": "DISTORTED",
"Noise": {
"Type": "SUM",
"Noise": [
{
"Type": "MIN",
"Noise": [
{
"File": "Zones.Noise.Shared.Heightmaps.River"
}
],
"Formula": "INVERTED_RIDGED_SQRT",
"Normalize": [0.5876, 0.9999]
},
{
"Seed": "Drylands-Canyon-Rougher",
"NoiseType": "SIMPLEX",
"FractalMode": "OLDSCHOOL",
"Formula": "INVERTED",
"Octaves": 3,
"Persistence": 0.8,
"Scale": 0.02
}
],
"Factors": [0.85, 0.15]
},
"Randomizer": {
"Generators": [
{
"Seed": "Drylands-Randomizer",
"NoiseType": "SIMPLEX",
"Octaves": 3,
"Persistence": 0.8,
"Scale": 0.0014,
"Amplitude": 70
}
]
}
}