Versions / 0.6.0-pre.10 / World / Default / Zones / Zone4_Tier5 / PrefabPatterns / Volcano_Stalactites_Ceiling.json
Volcano_Stalactites_Ceiling
Server/World/Default/Zones/Zone4_Tier5/PrefabPatterns/Volcano_Stalactites_Ceiling.json, 553 B
Fields
| Field | Type |
|---|---|
GridGenerator | object |
NoiseMask | object |
HeightThreshold | object |
Mask | object |
Displacement | array[2] |
OnWater | boolean |
Source
{
"GridGenerator": {
"Seed": "Lava_Cracks",
"Density": 0.5,
"Scale": 0.05,
"Jitter": 0.75
},
"NoiseMask": {
"Seed": "4554845555",
"NoiseType": "CELL",
"CellMode": "DISTANCE",
"Scale": 0.008,
"Density": [0, 0.3],
"Threshold": [0.2, 0.35]
},
"HeightThreshold": {
"Positions": [90, 91],
"Values": [1, 0]
},
"Mask": {
"Default": ["!Rock_Basalt", "!Rock_Slate", "!Rock_Volcanic", "!Rock_Volcanic_Cracked_Lava", "!Rock_Volcanic_Cracked_Poisoned", "*"]
},
"Displacement": [-55, -60],
"OnWater": true
}