Versions / 0.6.0-pre.10 / World / Default / Zones / Zone4_Tier5 / PrefabPatterns / Jungle_Shore_Boulders.json
Jungle_Shore_Boulders
Server/World/Default/Zones/Zone4_Tier5/PrefabPatterns/Jungle_Shore_Boulders.json, 354 B
Fields
| Field | Type |
|---|---|
GridGenerator | object |
NoiseMask | object |
HeightThreshold | object |
DeepSearch | boolean |
Source
{
"GridGenerator": {
"Density": 0.8,
"Scale": 0.15,
"Jitter": 1
},
"NoiseMask": {
"Seed": "Shore_Boulders",
"NoiseType": "SIMPLEX",
"Octaves": 2,
"Persistence": 0.3,
"Scale": 0.03,
"Threshold": [0.75, 1]
},
"HeightThreshold": {
"Positions": [25, 26, 39, 40],
"Values": [0, 1, 1, 0]
},
"DeepSearch": true
}