Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / World / Default / Zones / Zone2_Tier2 / PrefabPatterns / Savannah_Rock_Cactus.json

Savannah_Rock_Cactus

Server/World/Default/Zones/Zone2_Tier2/PrefabPatterns/Savannah_Rock_Cactus.json, 1.1 KB

Fields

FieldType
GridGeneratorobject
NoiseMaskobject
Maskobject
Parentarray[1]

Source

{
  "GridGenerator": {
    "Seed": "Drylands-Patterns-Cactus",
    "Density": 0.4,
    "Scale": 0.15,
    "Jitter": 0.6
  },
  "NoiseMask": {
    "Type": "MULTIPLY",
    "Noise": [
      {
        "Seed": "Drylands-Plateau-Clusters",
    		"NoiseType": "CELL",
    		"CellMode": "DISTANCE",
    		"Formula": "INVERTED",
    		"DistanceRange": 1.0,
    		"Density": [0, 0.2],
    		"Scale": 0.011,
    		"Jitter": 0.9,
    		"Normalize": 0.3
      },
      {
    		"Seed": "Drylands-Pattern-Monuments-Tier-2",
    		"NoiseType": "CELL",
    		"Formula": "SQRT",
    		"Scale": 0.005,
    		"CellMode": "DISTANCE",
    		"Jitter": 0.6,
    		"Density": [0, 1],
    		"Normalize": 0.4
      },
      {
        "Seed": "Drylands-Caves-Density-Surface",
        "Scale": 0.01501,
        "Jitter": 0.4001,
        "DistanceRange": 6,
        "NoiseType": "CELL",
        "Formula" : "INVERTED",
        "Density": [0.7501, 0.9999],
        "Normalize": 0.5499
      }
    ],
    "Threshold": [0.5, 1]
  },
  "Mask": {
    "Default": ["Empty", "Plant_Grass_Arid_Tall", "Plant_Grass_Dry_Tall", "Plant_Bush_Arid", "Plant_Bramble_Dry_Twisted"]
  },
  "Parent": ["Soil_Grass_Dry"]
}