Zone
Server/World/Default/Zones/Zone1_Tier1/Zone.json, 873 B
Fields
| Field | Type |
|---|---|
Discovery | object |
BiomeGenerator | object |
Source
{
"Discovery": {
"ZoneName": "Emerald_Wilds",
"Display": true,
"SoundEventId": "SFX_Discovery_Z1_Medium",
"Major": true,
"Duration": 4.0,
"FadeInDuration": 1.5,
"FadeOutDuration": 1.5
},
"BiomeGenerator": {
"GridGenerator": {
"Seed": "Grasslands-Biomes-Distrobution",
"Scale": 0.006,
"Randomizer": {
"Generators": [
{
"Seed": "Grasslands-Base-Randomizer-1",
"NoiseType": "OLD_SIMPLEX",
"Octaves": 3,
"Persistence": 0.5,
"Scale": 0.005,
"Amplitude": 75
},
{
"Seed": "Grasslands-Base-Randomizer-2",
"NoiseType": "OLD_SIMPLEX",
"Octaves": 4,
"Persistence": 0.5,
"Scale": 0.01,
"Amplitude": 30
}
]
}
}
}
}