Zone
Server/World/Default/Zones/Zone2_Tier1/Zone.json, 869 B
Fields
| Field | Type |
|---|---|
Discovery | object |
BiomeGenerator | object |
Source
{
"Discovery": {
"ZoneName": "Howling_Sands",
"Display": true,
"SoundEventId": "SFX_Discovery_Z2_Medium",
"Major": true,
"Duration": 4.0,
"FadeInDuration": 1.5,
"FadeOutDuration": 1.5
},
"BiomeGenerator": {
"GridGenerator": {
"Seed": "Drylands-Biomes-Distrobution",
"Scale": 0.0022,
"Randomizer": {
"Generators": [
{
"Seed": "Drylands-Base-Randomizer-1",
"NoiseType": "OLD_SIMPLEX",
"Octaves": 3,
"Persistence": 0.5,
"Scale": 0.009,
"Amplitude": 40
},
{
"Seed": "Drylands-Base-Randomizer-2",
"NoiseType": "OLD_SIMPLEX",
"Octaves": 3,
"Persistence": 0.5,
"Scale": 0.005,
"Amplitude": 40
}
]
}
}
}
}