Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / World / Default / Zones / Zone2_Tier2 / PrefabPatterns / Hidden_Oasis_Incidental.json

Hidden_Oasis_Incidental

Server/World/Default/Zones/Zone2_Tier2/PrefabPatterns/Hidden_Oasis_Incidental.json, 2.7 KB

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
Maskobject
HeightThresholdobject
Displacementnumber
DeepSearchboolean

Source

{
  "GridGenerator": {
    "Seed": "HiddenOasis-Monuments",
    "Formula":"INVERTED",
    "Density": 0.2,
    "Scale": 0.015,
    "Jitter": 0.5
  },
  "NoiseMask": {
    "Type": "MULTIPLY",
    "Noise": [
      {
        "Type": "DISTORTED",
        "Noise": {
        "Type": "MULTIPLY",
        "Noise": [
            {
              "Seed": "Drylands-Biomes-Distrobution",
              "Scale": 0.0011,
              "Jitter": 0.5,
              "DistanceRange": 70,
              "NoiseType": "CELL",
              "Formula" : "INVERTED",
              "CellMode": "DISTANCE",
              "Density": 1,
              "Normalize": [0, 0.35]
            },
            {
              "Seed": "Drylands-HiddenOasis2",
              "NoiseType": "OLD_SIMPLEX",
              "FractalMode": "OLDSCHOOL",
              "Octaves": 2,
              "Persistence": 0.3,
              "Scale": 0.015
            }
          ]
        },
        "Randomizer": {
          "Generators": [
            {
              "Seed": "Drylands-Randomizer",
              "NoiseType":"OLD_SIMPLEX",
              "Formula": "SQUARED",
              "Octaves": 3,
              "Persistence": 0.8,
              "Scale": 0.02,
              "Amplitude": 10
            }
          ]
        }
      },
      {
        "Seed": "HiddenOasis-Pillars",
        "Scale": 0.05,
        "Jitter": 0.75,
        "DistanceRange": 1.5,
        "NoiseType": "CELL",
        "CellMode": "DISTANCE",
        "Density": 0.05,
        "Normalize":[0.6, 0.6]
      }	
    ],
    "Threshold": [0.01, 0.68]
  },
  "Mask": {
    "Default": ["*"],
    "Specific": [
      {
        "Block": ["Rock_Sandstone_Brick_Half", "Rock_Sandstone_Brick_Stairs", "Rock_Sandstone_Brick_Smooth_Half", "Rock_Sandstone_White_Brick_Half", "Rock_Sandstone_White_Brick_Stairs", "Rock_Sandstone_White_Brick_Smooth_Half", "Rock_Sandstone_Red_Brick_Half", "Rock_Sandstone_Red_Brick_Stairs", "Rock_Sandstone_White_Brick_Smooth_Half", "Rock_Sandstone_Cobble_Half", "Rock_Sandstone_Cobble_Stairs", "Rock_Sandstone_White_Cobble_Half", "Rock_Sandstone_White_Cobble_Stairs", "Plant_Vine_Wall_Dry"],
        "Rule": ["Empty", "Plant_Grass_Dry", "Plant_Grass_Arid", "Plant_Bush_Arid_Sharp", "Plant_Bush_Arid", "Plant_Bush_Arid", "Plant_Grass_Arid_Tall", "Rubble_Sandstone", "Rubble_Sandstone_Medium", "Rubble_Sandstone_White", "Rubble_Sandstone_White_Medium", "Rubble_Sandstone_Red", "Rubble_Sandstone_Red_Medium", "Plant_Cactus_1", "Plant_Cactus_2", "Plant_Cactus_3", "Plant_Cactus_Ball_1", "Plant_Cactus_Flat_1", "Plant_Cactus_Flat_2", "Plant_Cactus_Flat_3"]
      }
    ]
	},
  "HeightThreshold": {
    "Positions": [101, 101, 105, 105, 126, 126, 128, 128],
    "Values": [0, 1, 1, 0, 0, 1, 1, 0]
  },
  "Displacement": 2,
  "DeepSearch": false
}