SFX_Handgun_Fire
Server/Audio/SoundEvents/SFX/Weapons/Guns/SFX_Handgun_Fire.json, 1.7 KB
Fields
| Field | Type |
|---|---|
AudioCategory | string |
Layers | array[4] |
MaxInstance | number |
Volume | number |
PreventSoundInterruption | boolean |
Parent | string |
Source
{
"AudioCategory": "AudioCat_Weapons",
"Layers": [
{
"Files": [
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Transient_01.ogg",
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Transient_02.ogg",
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Transient_03.ogg"
],
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 0,
"MinVolume": -2,
"MaxVolume": 2
},
"Volume": 6.0
},
{
"Files": [
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Sweetener_01.ogg",
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Sweetener_02.ogg",
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Sweetener_03.ogg"
],
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 1,
"MinVolume": -2,
"MaxVolume": 2
},
"Volume": -6.0
},
{
"Files": [
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Tail_01.ogg",
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Tail_02.ogg",
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Tail_03.ogg"
],
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 1,
"MinVolume": -2,
"MaxVolume": 2
},
"Volume": 6.0
},
{
"Files": [
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Mechanism_01.ogg",
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Mechanism_02.ogg",
"Sounds/Weapons/Guns/Handgun/Handgun_Shot_Mechanism_03.ogg"
],
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 1,
"MinVolume": -2,
"MaxVolume": 0
},
"Volume": -2.0
}
],
"MaxInstance": 30,
"Volume": 0,
"PreventSoundInterruption": true,
"Parent": "SFX_Attn_Loud"
}