Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Audio / AmbienceFX / Ambience / Global / Weather / Exterior / AmbFX_Weather_Rainstorm.json

AmbFX_Weather_Rainstorm

Server/Audio/AmbienceFX/Ambience/Global/Weather/Exterior/AmbFX_Weather_Rainstorm.json, 446 B

Fields

FieldType
Conditionsobject
AmbientBedobject
Soundsarray[1]

Source

{
  "Conditions": {
    "WeatherTagPattern": {
      "Op": "Equals",
      "Tag": "Rain=Storm"
    }
  },
  "AmbientBed": {
    "Track": "Sounds/Environments/Global/Weather/Rainstorm_Exterior_Stereo_LOOP.ogg",
    "Volume": -14.0
  },
  "Sounds": [
    {
      "SoundEventId": "SFX_Global_Weather_Thunder",
      "Frequency": {
        "Min": 3,
        "Max": 10
      },
      "Radius": {
        "Min": 5,
        "Max": 20
      }
    }
  ]
}