Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Audio / AmbienceFX / Ambience / Zone1 / Global / Sunrise / AmbFX_Zone1_Sunrise.json

AmbFX_Zone1_Sunrise

Server/Audio/AmbienceFX/Ambience/Zone1/Global/Sunrise/AmbFX_Zone1_Sunrise.json, 513 B

Fields

FieldType
Conditionsobject
AmbientBedobject

Source

{
  "Conditions": {
    "Shelter": ["Open", "Partial"],
    "SunLightLevel": {
      "Min": 10,
      "Max": 15
    },
    "DayTime": {
      "Min": 5.5,
      "Max": 7
    },
    "EnvironmentTagPattern": {
      "Op": "Equals",
      "Tag": "Zone1"
    },
    "WeatherTagPattern": {
      "Op": "Not",
      "Pattern": {
        "Op": "Equals",
        "Tag": "Rain"
      }
    }
  },
  "AmbientBed": {
    "Track": "Sounds/Environments/Zone1/Global/Sunrise/Z1_Sunrise_Stereo_LOOP.ogg",
    "Volume": -9.0
  }
}