Versions / 0.6.0-pre.6 / World / Default / Zones / Zone2_Tier3 / PrefabPatterns / Mushroom_Rock_Small.json
Mushroom_Rock_Small
Server/World/Default/Zones/Zone2_Tier3/PrefabPatterns/Mushroom_Rock_Small.json, 1.4 KB
Fields
| Field | Type |
|---|---|
GridGenerator | object |
NoiseMask | object |
HeightThreshold | object |
Mask | object |
Source
{
"GridGenerator": {
"Seed": "Drylands-Mushroom-Rocks",
"Density": [0, 0.65],
"Scale": 0.05,
"Jitter": 0.7
},
"NoiseMask": {
"Type": "SUM",
"Noise": [
{
"Seed": "Drylands-Base",
"NoiseType": "OLD_SIMPLEX",
"FractalMode": "OLDSCHOOL",
"Formula": "INVERTED",
"Octaves": 3,
"Persistence": 0.5,
"Scale": 0.002
},
{
"Seed": "Drylands-Base-2",
"NoiseType": "OLD_SIMPLEX",
"FractalMode": "OLDSCHOOL",
"Formula": "INVERTED",
"Octaves": 4,
"Persistence": 0.9,
"Scale": 0.004
},
{
"Seed": "Drylands-Base-3",
"NoiseType": "OLD_SIMPLEX",
"FractalMode": "OLDSCHOOL",
"Formula": "INVERTED",
"Octaves": 5,
"Persistence": 0.7,
"Scale": 0.011
}
],
"Factors": [0.5, 0.25, 0.25],
"Threshold": [0, 0.388]
},
"HeightThreshold": {
"Positions": [110, 111, 120, 130, 135],
"Values": [0, 1, 0.75, 0.8, 0]
},
"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"]
}
]
}
}