Terror_Weather
Server/Weathers/Minigames/Frail_Test/Terror_Weather.json, 592 B
Fields
| Field | Type |
|---|---|
FogDistance | array[2] |
Particle | object |
SkyTopColors | array[1] |
FogColors | array[1] |
FogHeightFalloffs | array[1] |
FogDensities | array[1] |
ScreenEffect | string |
ScreenEffectColors | array[1] |
Source
{
"FogDistance": [
0.0,
1024.0
],
"Particle": {
"SystemId": "Dust_Sparkles_Fine",
"Color": "#ea0000",
"Scale": 1.0
},
"SkyTopColors": [
{
"Hour": 23,
"Color": "#000000ff"
}
],
"FogColors": [
{
"Hour": 23,
"Color": "#020205"
}
],
"FogHeightFalloffs": [
{
"Hour": 23,
"Value": 4.0
}
],
"FogDensities": [
{
"Hour": 23,
"Value": 1.2
}
],
"ScreenEffect": "ScreenEffects/Poison.png",
"ScreenEffectColors": [
{
"Hour": 0,
"Color": "#8e1fe3ff"
}
]
}