Interpolation
Server/HytaleGenerator/WorldStructures/Dev/Interpolation.json, 778 B
Fields
| Field | Type |
|---|---|
Type | string |
Biomes | array[2] |
DefaultBiome | string |
DefaultTransitionDistance | number |
MaxBiomeEdgeDistance | number |
Density | object |
Framework | array[1] |
Source
{
"Type": "NoiseRange",
"Biomes": [
{
"Biome" : "Interpolation_A",
"Min" : -10,
"Max" : 0
},
{
"Biome" : "Interpolation_B",
"Min" : 0,
"Max" : 10
}
],
"DefaultBiome": "Basic",
"DefaultTransitionDistance": 32,
"MaxBiomeEdgeDistance" : 64,
"Density": {
"Type": "SimplexNoise2D",
"Skip": false,
"Lacunarity": 2,
"Persistence": 0.5,
"Octaves": 1,
"Scale": 400,
"Seed": "A"
},
"Framework" : [
{
"Type" : "DecimalConstants",
"Entries" : [
{
"Name" : "Base",
"Value" : 100
},
{
"Name" : "Water",
"Value" : 100
},
{
"Name" : "Bedrock",
"Value" : 0
}
]
}
]
}