Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / World / Default / Zones / Zone2_Tier3 / Zone.json

Zone

Server/World/Default/Zones/Zone2_Tier3/Zone.json, 866 B

Fields

FieldType
Discoveryobject
BiomeGeneratorobject

Source

{
  "Discovery": {
    "ZoneName": "Howling_Sands",
    "Display": true,
    "SoundEventId": "SFX_Discovery_Z2_Medium",
    "Major": true,
    "Duration": 4.0,
    "FadeInDuration": 1.5,
    "FadeOutDuration": 1.5
  },
  "BiomeGenerator": {
    "GridGenerator": {
      "Seed": "Drylands-Biomes-Distrobution",
      "Scale": 0.0022,
      "Randomizer": {
        "Generators": [
          {
            "Seed": "Drylands-Base-Randomizer-1",
            "NoiseType": "OLD_SIMPLEX",
            "Octaves": 3,
            "Persistence": 0.5,
            "Scale": 0.009,
            "Amplitude": 40
          },
          {
            "Seed": "Drylands-Base-Randomizer-2",
            "NoiseType": "OLD_SIMPLEX",
            "Octaves": 3,
            "Persistence": 0.5,
            "Scale": 0.005,
            "Amplitude": 40
          }
        ]
      }
    }
  }
}