Zones
Server/World/Instance_Default_Old/Zones.json, 1.9 KB
Fields
| Field | Type |
|---|---|
GridGenerator | object |
MaskMapping | object |
UniqueZones | array[1] |
Source
{
"GridGenerator": {
"Scale": 0.0008,
"Jitter": 0.9,
"Randomizer": {
"Generators": [
{
"NoiseType": "OLD_SIMPLEX",
"Octaves": 3,
"Persistence": 0.5,
"Scale": 0.008,
"Amplitude": 100
}
]
}
},
"MaskMapping": {
"#6a59c1": ["Zone1_Shore"],
"#3013c2": ["Zone1_Shallow_Ocean"],
"#78ff27": ["Zone1_Tier1"],
"#5bbf1d": ["Zone1_Tier2"],
"#3d8013": ["Zone1_Tier3"],
"#60a0c2": ["Zone2_Shore"],
"#1386c2": ["Zone2_Shallow_Ocean"],
"#ffb835": ["Zone2_Tier1"],
"#cf8805": ["Zone2_Tier2"],
"#8e5d01": ["Zone2_Tier3"],
"#8BAFAB": ["Zone3_Shore_Tier1"],
"#9CC7C2": ["Zone3_Shore_Tier2"],
"#B5E5DF": ["Zone3_Shore_Tier3"],
"#63CCC3": ["Zone3_Shallow_Ocean_Tier1"],
"#00C2B2": ["Zone3_Shallow_Ocean_Tier2"],
"#56A59F": ["Zone3_Shallow_Ocean_Tier3"],
"#8ecdff": ["Zone3_Tier1"],
"#38a8ff": ["Zone3_Tier2"],
"#0779d1": ["Zone3_Tier3"],
"#F4FF9D": ["Zone4_Shore_Tier4"],
"#D2E053": ["Zone4_Shore_Tier5"],
"#AEB745": ["Zone4_Shore_Tier5"],
"#8D994F": ["Zone4_Shallow_Ocean_Tier4"],
"#7E8946": ["Zone4_Shallow_Ocean_Tier5"],
"#6A723B": ["Zone4_Shallow_Ocean_Tier5"],
"#f36363": ["Zone4_Tier4"],
"#ff2424": ["Zone4_Tier5"],
"#be1111": ["Zone4_Tier5"],
"#008479": ["Oceans"],
"#ffffff": ["Oceans", "Zone1_Tier1", "Zone1_Tier2", "Zone1_Tier3", "Zone2_Tier1", "Zone2_Tier2", "Zone2_Tier3", "Zone3_Tier1", "Zone3_Tier2", "Zone3_Tier3", "Zone4_Tier4", "Zone4_Tier5"],
"#757575": ["Zone1_Shallow_Ocean", "Zone2_Shallow_Ocean", "Zone3_Shallow_Ocean_Tier1", "Zone3_Shallow_Ocean_Tier2", "Zone3_Shallow_Ocean_Tier3"],
"#c0c0c0": ["Zone1_Shore", "Zone2_Shore", "Zone3_Shore_Tier1", "Zone3_Shore_Tier2", "Zone3_Shore_Tier3"]
},
"UniqueZones": [
{
"Zone": "Zone1_Spawn",
"Color": "#ff0000",
"Parent": ["#78ff27"],
"Radius": 3,
"Padding": 2
}
]
}