Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / World / Default / Zones / Zone3_Tier2 / PrefabPatterns / Monuments_Outlander_Lake.json

Monuments_Outlander_Lake

Server/World/Default/Zones/Zone3_Tier2/PrefabPatterns/Monuments_Outlander_Lake.json, 1.1 KB

Fields

FieldType
GridGeneratorobject
HeightThresholdobject
Maskobject
OnWaterboolean
MaxSizenumber

Source

{
  "GridGenerator": {
    "Seed": "Pattern_Monuments",
    "Density": [0.5, 0.75],
    "Scale": 0.005,
    "Jitter": 0.75
  },
  "HeightThreshold": {
    "Positions": [120, 121],
    "Values": [1, 0]
  },
  "Mask": {
    "Default": ["*", "!Rock_Ice", "!Rock_Ice_Permafrost", "!Soil_Dirt_Cold", "!Rock_Shale", "!Rock_Basalt"],
    "Specific": [
      {
        "Block": [
          "Cloth_Block_Wool_Red",
          "Cloth_Block_Wool_Blue",
          "Cloth_Block_Wool_Black",
          "Cloth_Block_Wool_Cyan",
          "Cloth_Block_Wool_Green",
          "Cloth_Block_Wool_Orange",
          "Cloth_Block_Wool_Pink",
          "Cloth_Block_Wool_Purple",
          "Cloth_Block_Wool_White",
          "Cloth_Block_Wool_Yellow"
        ],
        "Rule": ["!*"]
      },
      {
        "Block": [
          "Wood_Deadwood_Stairs",
          "Rock_Shale_Brick_Stairs",
          "Rock_Shale_Cobble_Stairs"
        ],
        "Rule": ["Empty", "!*"]
      },
      {
        "Block": ["Soil_Dirt_Cold", "Soil_Pebbles_Frozen"],
        "Rule": ["!*"]
      }
    ]
  },
  "OnWater": true,
  "MaxSize": 100
}