Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Audio / AmbienceFX / Ambience / Zone1 / Global / Sunset / AmbFX_Zone1_Sunset.json

AmbFX_Zone1_Sunset

Server/Audio/AmbienceFX/Ambience/Zone1/Global/Sunset/AmbFX_Zone1_Sunset.json, 566 B

Fields

FieldType
AudioCategorystring
Conditionsobject
Soundsarray[0]
AmbientBedobject

Source

{
  "AudioCategory": "AudioCat_Ambient",
  "Conditions": {
    "Shelter": ["Open", "Partial"],
    "SunLightLevel": {
      "Min": 10,
      "Max": 15
    },
    "DayTime": {
      "Min": 18,
      "Max": 20
    },
    "EnvironmentTagPattern": {
      "Op": "Equals",
      "Tag": "Zone1"
    },
    "WeatherTagPattern": {
      "Op": "Not",
      "Pattern": {
        "Op": "Equals",
        "Tag": "Rain"
      }
    }
  },
  "Sounds": [],
  "AmbientBed": {
    "Track": "Sounds/Environments/Zone1/Global/Sunset/Z1_Sunset_Stereo_LOOP.ogg",
    "Volume": -9.0
  }
}