Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / World / Default / Zones / Zone2_Shore / Tile.Beach_Palm.json

Tile.Beach_Palm

Server/World/Default/Zones/Zone2_Shore/Tile.Beach_Palm.json, 3.6 KB

Fields

FieldType
MapColorstring
Weightnumber
Coversarray[1]
Prefabsobject
Layersobject
TerrainHeightThresholdobject
HeightmapNoiseobject
Tintobject
Environmentobject
Waterobject

Source

{
  "MapColor": "#bfbfa1",
  "Weight": 1,
  "Covers": [
    {
      "Type": ["Plant_Grass_Arid", "Plant_Grass_Arid_Tall", "Rubble_Sandstone"],
      "Weight": [0.64, 0.3, 0.8],
      "Density": 0.052,
      "NoiseMask": {
        "NoiseType": "OLD_SIMPLEX",
        "FractalMode": "OLDSCHOOL",
        "Octaves": 3,
        "Persistence": 0.5,
        "Scale": 0.08,
        "Threshold": [0.4, 1]
      },
      "HeightThreshold": {
        "Positions": [114, 115],
        "Values": [0, 1]
      },
      "Parent": ["Soil_Sand_White"]
    }
  ],
  "Prefabs": {
    "Entries": [
      {
        "Weight": [1, 1, 1],
        "Prefab": [
          "Trees.Palm.Stage_1.*",
          "Trees.Palm.Stage_2.*",
          "Trees.Palm.Stage_3.*"
        ],
        "Pattern": {
          "File": "Zones.Zone2_Shore.PrefabPatterns.Shore_Palm"
        }
      }
    ]
  },
  "Layers": {
    "Default": "Rock_Sandstone",
    "Dynamic": [
      {
        "Entries": [
          {
            "Blocks": ["Rock_Sandstone"],
            "Offset": 1,
            "NoiseMask": {
              "Seed": "lake_noise",
              "NoiseType": "OLD_SIMPLEX",
              "Octaves": 4,
              "Persistence": 0.4,
              "Scale": 0.05,
              "Threshold": [0, 0.36]
            }
          },
          {
            "Blocks": ["Soil_Sand_White:5"]
          }
        ]
      }
    ]
  },
  "TerrainHeightThreshold": {
    "Noise": {
      "Seed": "lake_noise",
      "NoiseType": "OLD_SIMPLEX",
      "Octaves": 4,
      "Persistence": 0.4,
      "Scale": 0.05
    },
    "Keys": [0.28, 0.36],
    "Thresholds": [
      {
        "Positions": [106, 116, 120, 122],
        "Values": [1, 0.8, 0.35, 0]
      },
      {
        "Positions": [102, 114, 117, 118],
        "Values": [1, 0.75, 0.3, 0]
      }
    ]
  },
  "HeightmapNoise": {
    "Seed": "Grasslands-Height-Threshold",
    "NoiseType": "OLD_SIMPLEX",
    "Formula": "INVERTED",
    "Octaves": 4,
    "Persistence": 0.3,
    "Scale": 0.02
  },
  "Tint": {
    "Default": {
      "Colors": ["#D5BA6E", "#cfbe6d", "CDB868"],
      "Weight": [0.4, 0.27, 0.33],
      "Noise": {
        "Seed": "Plant_Grass_Sharp",
        "NoiseType": "OLD_SIMPLEX",
        "Octaves": 5,
        "Persistence": 0.6,
        "Scale": 0.015
      }
    },
    "Entries": [
      {
        "Colors": ["#CFC06D"],
        "Weight": [1],
        "NoiseMask": {
          "Type": "SUM",
          "Noise": [
            {
              "Seed": "Grasslands-River-Noise",
              "NoiseType": "OLD_SIMPLEX",
              "Formula": "INVERTED_RIDGED_SQRT",
              "Octaves": 6,
              "Persistence": 0.5,
              "Scale": 0.0043
            },
            {
              "Seed": "Grasslands-Base",
              "NoiseType": "OLD_SIMPLEX",
              "Formula": "INVERTED",
              "Octaves": 3,
              "Persistence": 0.4,
              "Scale": 0.0033
            },
            {
              "Seed": "Plant_Grass_Sharp",
              "NoiseType": "OLD_SIMPLEX",
              "Octaves": 3,
              "Persistence": 0.2,
              "Scale": 0.02
            }
          ],
          "Factors": [0.4, 0.35, 0.25],
          "Threshold": [
            [0.66, 1]
          ]
        }
      }
    ]
  },
  "Environment": {
    "Default": {
      "Names": ["Env_Zone2_Shores"],
      "Weights": [1],
      "Noise": {
        "Seed": "Grasslands-Base-Tint",
        "NoiseType": "OLD_SIMPLEX",
        "FractalMode": "OLDSCHOOL",
        "Octaves": 3,
        "Persistence": 0.5,
        "Scale": 0.08
      }
    },
    "Entries": []
  },
  "Water": {
		"Entries": [
			{
				"Fluid": "Water_Source",
				"Min": 0,
				"Max": 114
			}
		]
  }
}