Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / World / Default / Zones / Noise / Oceans / Heightmaps / Pillars_Base.json

Pillars_Base

Server/World/Default/Zones/Noise/Oceans/Heightmaps/Pillars_Base.json, 1.2 KB

Fields

FieldType
Typestring
Noisearray[2]
Factorsarray[2]

Source

{
  "Type": "SUM",
  "Noise": [
    {
      "Type": "DISTORTED",
      "Noise": {
        "Type": "SUM",
        "Noise": [
          {
            "Seed": "Ocean_Pillars",
            "NoiseType": "CELL",
            "CellMode": "DISTANCE",
            "Formula": "SQUARED",
            "DistanceRange": [
              1,
              4
            ],
            "Density": 0.4,
            "Scale": 0.05
          },
          {
            "Seed": "3.14159",
            "NoiseType": "OLD_SIMPLEX",
            "FractalMode": "OLDSCHOOL",
            "Octaves": 2,
            "Persistence": 0.3,
            "Scale": 0.006
          }
        ],
        "Factors": [
          0.3,
          0.7
        ]
      },
      "Randomizer": {
        "Generators": [
          {
            "Seed": "Grasslands-River-Noise",
            "NoiseType": "SIMPLEX",
            "Octaves": 3,
            "Persistence": 0.9,
            "Scale": 0.006,
            "Amplitude": 15
          }
        ]
      }
    },
    {
      "Seed": "affawfawfaw",
      "NoiseType": "OLD_SIMPLEX",
      "FractalMode": "OLDSCHOOL",
      "Octaves": 2,
      "Persistence": 0.3,
      "Scale": 0.2
    }
  ],
  "Factors": [
    0.9,
    0.1
  ]
}