SFX_Player_Roll
Server/Audio/SoundEvents/SFX/Player/Movement/SFX_Player_Roll.json, 494 B
Fields
| Field | Type |
|---|---|
Layers | array[1] |
PreventSoundInterruption | boolean |
Volume | number |
MaxInstance | number |
Parent | string |
Source
{
"Layers": [
{
"Files": [
"Sounds/Movement/Roll/Safety_Roll_01.ogg",
"Sounds/Movement/Roll/Safety_Roll_02.ogg",
"Sounds/Movement/Roll/Safety_Roll_03.ogg"
],
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 2,
"MinVolume": -6,
"MaxVolume": 0
},
"StartDelay": 0,
"Looping": false
}
],
"PreventSoundInterruption": true,
"Volume": -4.0,
"MaxInstance": 6,
"Parent": "SFX_Attn_Moderate"
}