Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / World / Default / Zones / Zone2_Tier1 / Cave / Prefabs / Prefabs_Ravines.json

Prefabs_Ravines

Server/World/Default/Zones/Zone2_Tier1/Cave/Prefabs/Prefabs_Ravines.json, 2.0 KB

Fields

FieldType
Entriesarray[3]

Source

{
  "Entries": [
    {
      "Weight": [100],
      "Prefab": ["Cave.Stalagmites.Rock_Stone.Ceiling.*"],
      "Config": {
        "HeightThreshold": {
          "Positions": [62, 63, 114, 115],
          "Values": [0, 1, 1, 0]
        },
        "Mask": {
          "Default": ["*", "!Soil_Grass_Dry", "!Rock_Stone", "!Soil_Dirt", "!Soil_Grass", "!Rock_Basalt"],
          "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, 55, 56],
          "Values": [0, 1, 1, 0]
        },
        "Mask": {
          "Default": ["*", "!Soil_Grass_Dry", "!Rock_Stone", "!Soil_Dirt", "!Soil_Grass", "!Rock_Basalt"],
          "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, 55, 56],
          "Values": [0, 1, 1, 0]
        },
        "Mask": {
          "Default": ["*", "!Soil_Grass_Dry", "!Rock_Stone", "!Soil_Dirt", "!Soil_Grass", "!Rock_Basalt"],
          "Specific": [
            {
              "Block": ["Rock_Volcanic_Stalactite_Small", "Rock_Volcanic_Stalactite_Large"],
              "Rule": ["Empty", "!*"]
            }
          ]
        },
        "Iterations": 2,
        "Placement": "FLOOR",
        "Rotations": ["ROTATION_90"]
      }
    }
  ]
}