Emit_Rainstorm_Thunder
Server/Audio/AmbienceFX/Ambience/Global/Weather/Emit_Rainstorm_Thunder.json, 367 B
Fields
| Field | Type |
|---|---|
Conditions | object |
Sounds | array[1] |
Source
{
"Conditions": {
"WeatherTagPattern": {
"Op": "Equals",
"Tag": "Rain=Storm"
},
"Shelter": ["Open", "Partial", "Sheltered"]
},
"Sounds": [
{
"SoundEventId": "SFX_Global_Weather_Thunder",
"Frequency": {
"Min": 3,
"Max": 10
},
"Radius": {
"Min": 5,
"Max": 20
}
}
]
}