Dirt_Cave
Server/World/Default/Zones/Noise/Zone3/Covers/Soil/Dirt_Cave.json, 760 B
Fields
| Field | Type |
|---|---|
Type | string |
Noise | array[3] |
Factors | array[3] |
Threshold | array[2] |
Source
{
"Type": "SUM",
"Noise": [
{
"Seed": "Glacier_Base",
"NoiseType": "SIMPLEX",
"Octaves": 4,
"Persistence": 0.5,
"Scale": 0.0015
},
{
"Seed": "Grasslands-River-Noise",
"NoiseType": "OLD_SIMPLEX",
"FractalMode": "OLDSCHOOL",
"Formula": "INVERTED_RIDGED",
"Octaves": 1,
"Persistence": 0.1,
"Scale": 0.004,
"Normalize": [
0,
0.8
]
},
{
"Seed": "Snowlands-Ice",
"NoiseType": "DISTANCE",
"DistanceMode": "NATURAL",
"Jitter": 0.8,
"Distance2Mode": "DIV",
"Formula": "INVERTED_SQUARED",
"Scale": 0.032
}
],
"Factors": [
0.475,
0.4,
0.125
],
"Threshold": [
0.79,
1
]
}