Covers_Shallow
Server/World/Default/Zones/Zone2_Tier3/Cave/Covers/Covers_Shallow.json, 1.8 KB
Source
[
{
"Type": ["Soil_Grass_Dry"],
"Parent": ["Rock_Sandstone", "Rock_Sandstone_White", "Rock_Sandstone_Red", "Soil_Dirt_Dry"],
"Weight": [100],
"HeightThreshold": {
"Positions": [110, 112],
"Values": [0, 1]
}
},
{
"Type": ["Soil_Dirt_Dry"],
"Parent": ["Rock_Sandstone", "Rock_Sandstone_White", "Rock_Sandstone_Red", "Soil_Dirt_Dry"],
"Offset": -1,
"Weight": [100],
"HeightThreshold": {
"Positions": [110, 112],
"Values": [0, 1]
}
},
{
"Type": ["Plant_Fern_Arid"],
"Weight": [100],
"Offset": 1,
"Density": 0.1,
"HeightThreshold": {
"Positions": [85, 98, 104, 106, 108, 110],
"Values": [0, 0.5, 1, 1, 0.5, 0]
}
},
{
"Type": ["Plant_Crop_Mushroom_Cap_White", "Rubble_Sandstone"],
"Weight": [20, 80],
"Offset": 1,
"Density": 0.1,
"NoiseMask": {
"Seed": "4743777",
"NoiseType": "OLD_SIMPLEX",
"FractalMode": "OLDSCHOOL",
"Formula": "NORMAL",
"Octaves": 3,
"Persistence": 0.5,
"Scale": 0.35,
"Threshold": [0, 0.55]
},
"HeightThreshold": {
"Positions": [85, 98, 104, 106, 108, 110],
"Values": [0, 0.5, 1, 1, 0.5, 0]
}
},
{
"Type": ["Plant_Moss_Cave_Yellow|Pitch=180"],
"Parent": ["Rock_Sandstone", "Rock_Sandstone_White", "Rock_Sandstone_Red", "Soil_Dirt_Dry"],
"Weight": [100],
"Offset": 1,
"Density": 0.75,
"AnchorType": "CEILING",
"NoiseMask": {
"Seed": "4743777",
"NoiseType": "OLD_SIMPLEX",
"FractalMode": "OLDSCHOOL",
"Formula": "NORMAL",
"Octaves": 3,
"Persistence": 0.5,
"Scale": 0.35,
"Threshold": [0, 0.3]
},
"HeightThreshold": {
"Positions": [95, 100],
"Values": [0, 1]
}
}
]