Prefabs_Volcanic
Server/World/Default/Zones/Zone2_Tier2/Cave/Prefabs/Prefabs_Volcanic.json, 1.7 KB
Fields
| Field | Type |
|---|---|
Entries | array[2] |
Source
{
"Entries": [
{
"Weight": [10,90],
"Prefab": [ "Cave.Formations.Rock_Volcanic.Floor.*", "Cave.Stalagmites.Rock_Volcanic_Large.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": 1,
"Priority": 1,
"Placement": "FLOOR",
"Rotations": ["ROTATION_0", "ROTATION_90", "ROTATION_180", "ROTATION_270"]
}
},
{
"Weight": [10, 90],
"Prefab": ["Cave.Formations.Rock_Volcanic.Ceiling.*", "Cave.Stalagmites.Rock_Volcanic_Large.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": 2,
"Priority": 1,
"Placement": "CEILING",
"Rotations": ["ROTATION_0", "ROTATION_90", "ROTATION_180", "ROTATION_270"]
}
}
]
}