Zone1_Plains1
Server/HytaleGenerator/WorldStructures/Zone1_Plains1.json, 999 B
Fields
| Field | Type |
|---|---|
Type | string |
Biomes | array[6] |
DefaultBiome | string |
DefaultTransitionDistance | number |
MaxBiomeEdgeDistance | number |
Density | object |
Framework | array[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
}
]
}
]
}