Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Weathers / Void.json

Void

Server/Weathers/Void.json, 869 B

Fields

FieldType
SkyTopColorsarray[1]
SkyBottomColorsarray[1]
SkySunsetColorsarray[1]
FogColorsarray[1]
FogDensitiesarray[1]
FogHeightFalloffsarray[1]
FogDistancearray[2]
FogOptionsobject
SunScalesarray[1]
MoonScalesarray[1]
Particleobject

Source

{
  "SkyTopColors": [
    {
      "Hour": 3,
      "Color": "#2e254b"
    }
  ],
  "SkyBottomColors": [
    {
      "Hour": 3,
      "Color": "#2e254b"
    }
  ],
  "SkySunsetColors": [
    {
      "Hour": 3,
      "Color": "#2e254b"
    }
  ],
  "FogColors": [
    {
      "Hour": 3,
      "Color": "#2e254b"
    }
  ],
  "FogDensities": [
    {
      "Hour": 0,
      "Value": 0.85
    }
  ],
  "FogHeightFalloffs": [
    {
      "Hour": 0,
      "Value": 1.7
    }
  ],
  "FogDistance": [
    -128.0,
    512.0
  ],
  "FogOptions": {
    "FogHeightCameraFixed": 0.5,
    "EffectiveViewDistanceMultiplier": 1.0
  },
  "SunScales": [
    {
      "Hour": 0,
      "Value": 1
    }
  ],
  "MoonScales": [
    {
      "Hour": 0,
      "Value": 1
    }
  ],
  "Particle": {
    "SystemId": "Magic_Sparks_Heavy_GS",
    "OvergroundOnly": true,
    "Color": "#fd69a4"
  }
}