Versions / 0.4.0 / World / Default / Zones / Zone2_Tier3 / PrefabPatterns / Mushroom_Rock_Pillar.json
Mushroom_Rock_Pillar
Server/World/Default/Zones/Zone2_Tier3/PrefabPatterns/Mushroom_Rock_Pillar.json, 660 B
Fields
| Field | Type |
|---|---|
GridGenerator | object |
NoiseMask | object |
HeightThreshold | object |
Mask | object |
Source
{
"GridGenerator": {
"Seed": "Drylands-Mushroom-Rocks",
"Density": [0, 0.7],
"Scale": 0.06,
"Jitter": 0.7
},
"NoiseMask": {
"NoiseType": "CELL",
"Octaves": 3,
"Scale": 0.03,
"Threshold": [0, 1]
},
"HeightThreshold": {
"Positions": [129, 145],
"Values": [0, 1]
},
"Mask": {
"Default": ["*"],
"Specific": [
{
"Block": ["Rock_Sandstone_Stalactite_Large", "Rock_Sandstone_Stalactite_Small", "Rubble_Sandstone", "Rubble_Sandstone_Medium", "Rubble_Sandstone_White", "Rubble_Sandstone_White_Medium", "Plant_Bramble_Dry_Magic", "Plant_Bush_Bramble"],
"Rule": ["Empty"]
}
]
}
}