Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / World / Default / Zones / Zone4_Tier4 / Cave / Prefabs / Prefabs_Volcanic.json

Prefabs_Volcanic

Server/World/Default/Zones/Zone4_Tier4/Cave/Prefabs/Prefabs_Volcanic.json, 2.6 KB

Fields

FieldType
Entriesarray[2]

Source

{
  "Entries": [
    {
      "Weight": [90],
      "Prefab": [ "Cave.Stalagmites.Rock_Basalt_Large.Floor.*" ],
      "Config": {
        "HeightThreshold": {
          "Positions": [60, 80, 100, 101],
          "Values": [0.1, 1, 1, 0]
        },
        "Mask": {
          "Default": ["*", "!Rock_Sandstone_Red", "!Rock_Sandstone", "!Rock_Sandstone_White", "!Soil_Clay", "!Rock_Volcanic", "!Soil_Dirt_Dry", "!Soil_Grass_Dry", "!Soil_Grass"],
          "Specific": [
            {
              "Block": ["Rock_Basalt_Stalactite_Small", "Rock_Basalt_Stalactite_Large"],
              "Rule": ["Empty", "!*"]
            }
          ]
        },
				"NoiseMask": {
					"Type":"DISTORTED",
					"Noise":{
						"Seed": "Firelands_Biomes_Pattern",
						"NoiseType": "DISTANCE",
						"DistanceMode": "NATURAL",
						"Distance2Mode": "DIV",
						"Scale": 0.003,
						"Jitter": 1
					},
					"Randomizer": {
						"Generators": [
							{
								"Seed": "Firelands-Hills",
								"NoiseType": "SIMPLEX",
								"Octaves": 4,
								"Persistence": 0.3,
								"Scale": 0.008,
								"Amplitude": 30
							}
						]
					},
					"Threshold": [0, 0.7]
				},
        "Iterations": 1,
        "Priority": 1,
        "Placement": "FLOOR",
        "Rotations": ["ROTATION_0", "ROTATION_90", "ROTATION_180", "ROTATION_270"]
      }
    },
    {
      "Weight": [90],
      "Prefab": ["Cave.Stalagmites.Rock_Basalt_Large.Ceiling.*"],
      "Config": {
        "HeightThreshold": {
          "Positions": [60, 80, 100, 101],
          "Values": [0.3, 1, 1, 0]
        },
				"NoiseMask": {
					"Type":"DISTORTED",
					"Noise":{
						"Seed": "Firelands_Biomes_Pattern",
						"NoiseType": "DISTANCE",
						"DistanceMode": "NATURAL",
						"Distance2Mode": "DIV",
						"Scale": 0.003,
						"Jitter": 1
					},
					"Randomizer": {
						"Generators": [
							{
								"Seed": "Firelands-Hills",
								"NoiseType": "SIMPLEX",
								"Octaves": 4,
								"Persistence": 0.3,
								"Scale": 0.008,
								"Amplitude": 30
							}
						]
					},
					"Threshold": [0, 0.7]
				},
        "Mask": {
          "Default": ["*", "!Rock_Sandstone_Red", "!Rock_Sandstone", "!Rock_Sandstone_White", "!Soil_Clay", "!Rock_Volcanic", "!Soil_Dirt_Dry", "!Soil_Grass_Dry", "!Soil_Grass"],
          "Specific": [
            {
              "Block": ["Rock_Basalt_Stalactite_Small", "Rock_Basalt_Stalactite_Large"],
              "Rule": ["Empty", "!*"]
            }
          ]
        },
        "Iterations": 1,
        "Priority": 1,
        "Placement": "CEILING",
        "Rotations": ["ROTATION_0", "ROTATION_90", "ROTATION_180", "ROTATION_270"]
      }
    }
  ]
}