Cold
Server/World/Default/Mask/Climate/Cold.json, 1.2 KB
Fields
| Field | Type |
|---|---|
Name | string |
Color | string |
Points | array[1] |
Children | array[3] |
Source
{
"Name": "Zone 3",
"Color": "#0000ff",
"Points": [
{
"Temperature": 0.1,
"Intensity": 0.5
}
],
"Children": [
{
"Name": "Tier 1",
"Color": "#8ecdff",
"Shore": "#8bafab",
"Ocean": "#008479",
"ShallowOcean": "#63ccc3",
"Island": {
"File": "Mask.Climate.Island.Tier1"
},
"Points": [
{
"Temperature": 0.310546875,
"Intensity": 0.455078125,
"Modifier": 0.9
}
]
},
{
"Name": "Tier 2",
"Color": "#38a8ff",
"Shore": "#9cc7c2",
"Ocean": "#008479",
"ShallowOcean": "#00c2b2",
"Island": {
"File": "Mask.Climate.Island.Tier2"
},
"Points": [
{
"Temperature": 0.185546875,
"Intensity": 0.478515625,
"Modifier": 0.83
}
]
},
{
"Name": "Tier 3",
"Color": "#0779d1",
"Shore": "#b5e5df",
"Ocean": "#008479",
"ShallowOcean": "#56a59f",
"Island": {
"File": "Mask.Climate.Island.Tier3"
},
"Points": [
{
"Temperature": 0.09375,
"Intensity": 0.50390625,
"Modifier": 0.79
}
]
}
]
}