Versions / 0.5.0-pre.8 / World / Default / Zones / Zone1_Spawn / Cave / Prefabs / Prefabs_Ravines.json
Prefabs_Ravines
Server/World/Default/Zones/Zone1_Spawn/Cave/Prefabs/Prefabs_Ravines.json, 2.2 KB
Fields
| Field | Type |
|---|---|
Entries | array[3] |
Source
{
"Entries": [
{
"Weight": [100],
"Prefab": ["Cave.Stalagmites.Rock_Stone.Ceiling.*"],
"Config": {
"HeightThreshold": {
"Positions": [45, 46, 114, 115],
"Values": [0, 1, 1, 0]
},
"Mask": {
"Default": ["*", "!Rock_Sandstone_Red", "!Rock_Sandstone", "!Rock_Sandstone_White", "!Soil_Clay", "!Rock_Volcanic", "!Soil_Dirt_Dry", "!Soil_Grass_Dry", "!Soil_Grass"],
"Specific": [
{
"Block": ["Rock_Stone_Stalactite_Small", "Rock_Stone_Stalactite_Large"],
"Rule": ["Empty", "!*"]
}
]
},
"Iterations": 4,
"Placement": "CEILING",
"Rotations": ["ROTATION_90", "ROTATION_180"]
}
},
{
"Weight": [100],
"Prefab": ["Cave.Stalagmites.Rock_Volcanic.Ceiling.*"],
"Config": {
"HeightThreshold": {
"Positions": [24, 25, 39, 40],
"Values": [0, 1, 1, 0]
},
"Mask": {
"Default": ["*", "!Rock_Sandstone_Red", "!Rock_Sandstone", "!Rock_Sandstone_White", "!Soil_Clay", "!Rock_Volcanic", "!Soil_Dirt_Dry", "!Soil_Grass_Dry", "!Soil_Grass"],
"Specific": [
{
"Block": ["Rock_Volcanic_Stalactite_Small", "Rock_Volcanic_Stalactite_Large"],
"Rule": ["Empty", "!*"]
}
]
},
"Iterations": 3,
"Placement": "CEILING",
"Rotations": ["ROTATION_90"]
}
},
{
"Weight": [100],
"Prefab": ["Cave.Stalagmites.Rock_Volcanic.Floor.*"],
"Config": {
"HeightThreshold": {
"Positions": [24, 25, 39, 40],
"Values": [0, 1, 1, 0]
},
"Mask": {
"Default": ["*", "!Rock_Sandstone_Red", "!Rock_Sandstone", "!Rock_Sandstone_White", "!Soil_Clay", "!Rock_Volcanic", "!Soil_Dirt_Dry", "!Soil_Grass_Dry", "!Soil_Grass"],
"Specific": [
{
"Block": ["Rock_Volcanic_Stalactite_Small", "Rock_Volcanic_Stalactite_Large"],
"Rule": ["Empty", "!*"]
}
]
},
"Iterations": 2,
"Placement": "FLOOR",
"Rotations": ["ROTATION_90"]
}
}
]
}