Versions / 0.5.0-pre.9.2 / World / Default / Zones / Zone1_Tier2 / PrefabPatterns / Forest_Bushes.json
Forest_Bushes
Server/World/Default/Zones/Zone1_Tier2/PrefabPatterns/Forest_Bushes.json, 542 B
Fields
| Field | Type |
|---|---|
GridGenerator | object |
NoiseMask | object |
HeightThreshold | object |
Mask | object |
FitHeightmap | boolean |
Parent | array[1] |
Source
{
"GridGenerator": {
"Seed": "Grasslands-Forest-Bushes",
"Density": [0, 0.75],
"Scale": 0.09,
"Jitter": 0.6
},
"NoiseMask": {
"Seed": "Grasslands-Forest-Bushes-Mask",
"NoiseType": "CELL",
"Formula": "INVERTED_SQRT",
"Scale": 0.015,
"CellMode": "DISTANCE",
"Jitter": 0.75,
"Threshold": [0, 0.5]
},
"HeightThreshold": {
"Positions": [115, 116],
"Values": [0, 1]
},
"Mask": {
"File": "Zones.Masks.Shared.Bushes"
},
"FitHeightmap": true,
"Parent": ["Soil_Grass_Deep"]
}