Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / World / Default / Zones / Zone2_Tier3 / PrefabPatterns / Mushroom_Rock_Foot_Medium.json

Mushroom_Rock_Foot_Medium

Server/World/Default/Zones/Zone2_Tier3/PrefabPatterns/Mushroom_Rock_Foot_Medium.json, 1.4 KB

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
HeightThresholdobject
Maskobject

Source

{
  "GridGenerator": {
    "Seed": "Drylands-Mushroom-Rocks",
    "Density": [0, 1],
    "Scale": 0.025,
    "Jitter": 0.7
  },
    "NoiseMask": {
      "Type": "SUM",
      "Noise": [
        {
          "Seed": "Drylands-Base",
          "NoiseType": "OLD_SIMPLEX",
          "FractalMode": "OLDSCHOOL",
          "Formula": "INVERTED",
          "Octaves": 3,
          "Persistence": 0.5,
          "Scale": 0.002
        },
        {
          "Seed": "Drylands-Base-2",
          "NoiseType": "OLD_SIMPLEX",
          "FractalMode": "OLDSCHOOL",
          "Formula": "INVERTED",
          "Octaves": 4,
          "Persistence": 0.9,
          "Scale": 0.004
        },
        {
          "Seed": "Drylands-Base-3",
          "NoiseType": "OLD_SIMPLEX",
          "FractalMode": "OLDSCHOOL",
          "Formula": "INVERTED",
          "Octaves": 5,
          "Persistence": 0.7,
          "Scale": 0.011
        }
      ],
      "Factors": [0.75, 0.18, 0.18],
    "Threshold": [0.365, 0.395]
	},
	"HeightThreshold": {
		"Positions": [110, 111, 120, 130, 135],
		"Values": [0, 1, 0.75, 0.8, 0]
  },
    "Mask": {
    "Default": ["*"],
    "Specific": [
      {
        "Block": ["Rock_Sandstone_Stalactite_Large", "Rock_Sandstone_Stalactite_Small", "Rubble_Sandstone", "Rubble_Sandstone_Medium", "Rubble_Sandstone_White", "Rubble_Sandstone_White_Medium", "Plant_Bramble_Dry_Magic", "Plant_Bush_Bramble"],
        "Rule": ["Empty"]
      }
    ]
  }
}