Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / 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, 495 B

Fields

FieldType
Conditionsobject
AmbientBedobject

Source

{
  "Conditions": {
    "WeatherTagPattern": {
      "Op": "Equals",
      "Tag": "Rain=Light"
    },
    "Shelter": ["Sheltered"],
    "ExteriorRoofPhysicalMaterials": [
      { "PhysicalMaterialId": "Cloth", "Percent": { "Min": 0, "Max": 0.7 } },
      { "PhysicalMaterialId": "Foliage", "Percent": { "Min": 0, "Max": 0.3 } }
    ]
  },
  "AmbientBed": {
    "Track": "Sounds/Environments/Global/Weather/Rain_Interior_Stereo_LOOP.ogg",
    "Volume": -21.0,
    "TransitionSpeed": "Fast"
  }
}