Versions / 0.5.6 / World / Default / Zones / Zone2_Tier1 / PrefabPatterns / Savannah_Rock_Cactus_Pillars.json
Savannah_Rock_Cactus_Pillars
Server/World/Default/Zones/Zone2_Tier1/PrefabPatterns/Savannah_Rock_Cactus_Pillars.json, 996 B
Fields
| Field | Type |
|---|---|
GridGenerator | object |
NoiseMask | object |
Mask | object |
Source
{
"GridGenerator": {
"Seed": "Drylands-Plateau-Clusters",
"Density": [0, 0.2],
"Scale": 0.011,
"Jitter": 0.9
},
"NoiseMask": {
"Type": "MAX",
"Noise": [
{
"Seed": "Drylands-Pattern-Monuments-Tier-1",
"NoiseType": "CELL",
"Formula": "INVERTED_SQRT",
"Scale": 0.005,
"CellMode": "DISTANCE",
"Jitter": 0.75,
"Density": [0, 1],
"Normalize": 0.6
},
{
"Seed": "Drylands-Caves-Density-Surface",
"Scale": 0.01501,
"Jitter": 0.4001,
"DistanceRange": 6,
"NoiseType": "CELL",
"Formula" : "INVERTED",
"CellMode": "DISTANCE",
"Density": [0.7501, 0.9999],
"Normalize": 0.4501
}
],
"Threshold": [0, 0.99]
},
"Mask": {
"Default": ["*"],
"Specific": [
{
"Block": ["Soil_Sand_White"],
"Rule": ["Soil_Sand_White", "Rock_Sandstone", "Rock_Sandstone_White"]
},
{
"Block": ["Empty"],
"Rule": ["Soil_Sand_White"]
}
]
}
}