Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Audio / AmbienceFX / Ambience / Global / Weather / Interior / AmbFX_Weather_Rain_Interior.json

AmbFX_Weather_Rain_Interior

Server/Audio/AmbienceFX/Ambience/Global/Weather/Interior/AmbFX_Weather_Rain_Interior.json, 485 B

Fields

FieldType
Conditionsobject
AmbientBedobject
BlockedAmbienceFxIdsarray[3]

Source

{
  "Conditions": {
    "WeatherTagPattern": {
      "Op": "Equals",
      "Tag": "Rain"
    },
    "Roof": true,
    "Floor": false,
    "Walls": {
      "Min": 1,
      "Max": 4
    }
  },
  "AmbientBed": {
    "Track": "Sounds/Environments/Global/Weather/Rain_Interior_Stereo_LOOP.ogg",
    "Volume": -19.0,
    "TransitionSpeed": "Fast"
  },
  "BlockedAmbienceFxIds": [
    "AmbFX_Weather_Rain_Exterior",
    "AmbFX_Weather_Rain_Light_Exterior",
    "AmbFX_Weather_Rainstorm"
  ]
}