SFX_Pig_Run
Server/Audio/SoundEvents/SFX/NPC/Livestock/Pig/SFX_Pig_Run.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Layers | array[2] |
Volume | number |
PreventSoundInterruption | boolean |
AudioCategory | string |
Parent | string |
Source
{
"Layers": [
{
"Probability": 70,
"StartDelay": 0.5,
"RandomSettings": {
"MinVolume": -1,
"MinPitch": -1,
"MaxPitch": 1
},
"Files": [
"Sounds/NPC/Livestock/Pig/Pig_Run_01.ogg",
"Sounds/NPC/Livestock/Pig/Pig_Run_02.ogg",
"Sounds/NPC/Livestock/Pig/Pig_Run_03.ogg",
"Sounds/NPC/Livestock/Pig/Pig_Run_04.ogg",
"Sounds/NPC/Livestock/Pig/Pig_Run_05.ogg"
],
"Volume": -19.0,
"Looping": true
},
{
"Files": [
"Sounds/NPC/Shared/Footsteps/Hoof/Hoof_Small_Run_01.ogg",
"Sounds/NPC/Shared/Footsteps/Hoof/Hoof_Small_Run_02.ogg",
"Sounds/NPC/Shared/Footsteps/Hoof/Hoof_Small_Run_03.ogg",
"Sounds/NPC/Shared/Footsteps/Hoof/Hoof_Small_Run_04.ogg"
],
"Volume": 6.0,
"RandomSettings": {
"MinVolume": -6,
"MinPitch": -3,
"MaxPitch": 3
},
"Looping": true
}
],
"Volume": 0,
"PreventSoundInterruption": true,
"AudioCategory": "AudioCat_NPC_Pig",
"Parent": "SFX_Attn_Quiet"
}