Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / HytaleGenerator / WorldStructures / Zone4_Volcanic1.json

Zone4_Volcanic1

Server/HytaleGenerator/WorldStructures/Zone4_Volcanic1.json, 927 B

Fields

FieldType
Typestring
Biomesarray[5]
DefaultBiomestring
MaxBiomeEdgeDistancenumber
DefaultTransitionDistancenumber
Densityobject
Frameworkarray[1]

Source

{
  "Type": "NoiseRange",
  "Biomes": [{
      "Biome" : "Volcanic1_Caldera",
      "Min" : -2,
      "Max" : -0.85
    },{
      "Biome" : "Volcanic1_Jungle",
      "Min" : -0.85,
      "Max" : -0.5
    },{
      "Biome" : "Volcanic1_River",
      "Min" : -0.5,
      "Max" : 0
    },
    {
      "Biome" : "Volcanic1_Shore",
      "Min" : 0,
      "Max" : 0.15
    },
    {
      "Biome" : "Oceans",
      "Min" : 0.15,
      "Max" : 2
    }
  ],
  "DefaultBiome": "Basic",
  "MaxBiomeEdgeDistance" : 128,
  "DefaultTransitionDistance": 32,
  "Density": {
    "Type" : "Imported",
    "Name" : "Biome-Map"
	},
  "Framework" : [
    {
      "Type" : "DecimalConstants",
      "Entries" : [
        {
          "Name" : "Base",
          "Value" : 120
        },
        {
          "Name" : "Water",
          "Value" : 100
        },
        {
          "Name" : "Bedrock",
          "Value" : 0
        }
      ]
    }
  ]
}