SFX_Arrow_Whistle
Server/Audio/SoundEvents/SFX/Projectiles/Arrow/SFX_Arrow_Whistle.json, 504 B
Fields
| Field | Type |
|---|---|
Layers | array[1] |
Volume | number |
PreventSoundInterruption | boolean |
MaxDistance | number |
StartAttenuationDistance | number |
Source
{
"Layers": [
{
"Looping": false,
"Files": [
"Sounds/Projectiles/Arrow/Arrow_Whistle_01.ogg",
"Sounds/Projectiles/Arrow/Arrow_Whistle_02.ogg",
"Sounds/Projectiles/Arrow/Arrow_Whistle_03.ogg",
"Sounds/Projectiles/Arrow/Arrow_Whistle_04.ogg"
],
"RandomSettings": {
"MinPitch": -0.5,
"MaxPitch": 0.5
}
}
],
"Volume": 1.0,
"PreventSoundInterruption": false,
"MaxDistance": 128,
"StartAttenuationDistance": 10
}