Emit_Raindrops_Water
Server/Audio/AmbienceFX/Ambience/Global/Weather/Emit_Raindrops_Water.json, 379 B
Fields
| Field | Type |
|---|---|
Sounds | array[1] |
Conditions | object |
Source
{
"Sounds": [
{
"SoundEventId": "SFX_Env_Emit_Raindrops_Water",
"Radius": {
"Min": 0,
"Max": 15
},
"Play3D": "LocationName",
"BlockSoundSetId": "Water",
"Frequency": {
"Min": 0,
"Max": 1
}
}
],
"Conditions": {
"WeatherTagPattern": {
"Op": "Equals",
"Tag": "Rain"
}
}
}