Zone4_Caves_Jungles
Server/Weathers/Zone4/Zone4_Caves_Jungles.json, 2.3 KB
Fields
| Field | Type |
|---|---|
Stars | string |
Moons | array[5] |
Clouds | array[2] |
SkyTopColors | array[1] |
SkyBottomColors | null |
SkySunsetColors | array[1] |
FogDistance | array[2] |
SunScales | array[1] |
MoonScales | array[1] |
Particle | object |
SunlightColors | array[1] |
FogColors | array[1] |
Source
{
"Stars": "Sky/Stars.png",
"Moons": [
{
"Day": 0,
"Texture": "Sky/MoonCycle/Moon_Full.png"
},
{
"Day": 1,
"Texture": "Sky/MoonCycle/Moon_Gibbous.png"
},
{
"Day": 2,
"Texture": "Sky/MoonCycle/Moon_Half.png"
},
{
"Day": 3,
"Texture": "Sky/MoonCycle/Moon_Crescent.png"
},
{
"Day": 4,
"Texture": "Sky/MoonCycle/Moon_New.png"
}
],
"Clouds": [
{
"Texture": "Sky/Clouds/Twirled.png",
"Colors": [
{
"Hour": 3,
"Color": "#81d6aa24"
},
{
"Hour": 5,
"Color": "#3e997a5e"
},
{
"Hour": 7,
"Color": "#127352e6"
},
{
"Hour": 17,
"Color": "#278363e6"
},
{
"Hour": 19,
"Color": "#18715c6b"
},
{
"Hour": 21,
"Color": "#8be9e91c"
}
],
"Speeds": [
{
"Hour": 0,
"Value": 1
}
]
},
{
"Texture": "Sky/Clouds/Scars.png",
"Colors": [
{
"Hour": 3,
"Color": "#9ed68124"
},
{
"Hour": 5,
"Color": "#c9de8e5e"
},
{
"Hour": 7,
"Color": "rgba(#fbffee, 0.902)"
},
{
"Hour": 17,
"Color": "rgba(#faffea, 0.902)"
},
{
"Hour": 19,
"Color": "#dbeb696b"
},
{
"Hour": 21,
"Color": "#9ee98b1c"
}
],
"Speeds": [
{
"Hour": 0,
"Value": 1
}
]
}
],
"SkyTopColors": [
{
"Hour": 5,
"Color": "#00933aff"
}
],
"SkyBottomColors": null,
"SkySunsetColors": [
{
"Hour": 5,
"Color": "#0f2002ff"
}
],
"FogDistance": [
-356.0,
160
],
"SunScales": [
{
"Hour": 0,
"Value": 0.0
}
],
"MoonScales": [
{
"Hour": 0,
"Value": 0.0
}
],
"Particle": {
"SystemId": "Magic_Sparks_GS",
"OvergroundOnly": false,
"Color": "#ffd757"
},
"SunlightColors": [
{
"Hour": 5,
"Color": "#f4ff6a"
}
],
"FogColors": [
{
"Hour": 5,
"Color": "#081a03"
}
]
}