Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / HytaleGenerator / WorldStructures / Zone1_Plains1.json

Zone1_Plains1

Server/HytaleGenerator/WorldStructures/Zone1_Plains1.json, 999 B

Fields

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

Source

{
  "Type": "NoiseRange",
  "Biomes": [{
      "Biome" : "Plains1_Oak",
      "Min" : -1,
      "Max" : -0.82
    },{
      "Biome" : "Plains1_Gorges",
      "Min" : -0.82,
      "Max" : -0.66
    },{
      "Biome" : "Plains1_Deeproot",
      "Min" : -0.66,
      "Max" : -0.5
    },{
      "Biome" : "Plains1_River",
      "Min" : -0.5,
      "Max" : 0
    },
    {
      "Biome" : "Plains1_Shore",
      "Min" : 0,
      "Max" : 0.15
    },
    {
      "Biome" : "Oceans",
      "Min" : 0.15,
      "Max" : 2
    }
  ],
  "DefaultBiome": "Basic",
  "DefaultTransitionDistance": 32,
  "MaxBiomeEdgeDistance" : 32,
  "Density": {
    "Type" : "Imported",
    "Name" : "Biome-Map"
	},
  "Framework" : [
    {
      "Type" : "DecimalConstants",
      "Entries" : [
        {
          "Name" : "Base",
          "Value" : 100
        },
        {
          "Name" : "Water",
          "Value" : 100
        },
        {
          "Name" : "Bedrock",
          "Value" : 0
        }
      ]
    }
  ]
}