SFX_Wolf_Run
Server/Audio/SoundEvents/SFX/NPC/Beasts/Wolf/SFX_Wolf_Run.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Layers | array[2] |
Volume | number |
PreventSoundInterruption | boolean |
AudioCategory | string |
Parent | string |
Source
{
"Layers": [
{
"Files": [
"Sounds/NPC/Beasts/Wolf/Wolf_Run_01.ogg",
"Sounds/NPC/Beasts/Wolf/Wolf_Run_02.ogg",
"Sounds/NPC/Beasts/Wolf/Wolf_Run_03.ogg",
"Sounds/NPC/Beasts/Wolf/Wolf_Run_04.ogg",
"Sounds/NPC/Beasts/Wolf/Wolf_Run_05.ogg",
"Sounds/NPC/Beasts/Wolf/Wolf_Run_06.ogg"
],
"RandomSettings": {
"MaxPitch": 1,
"MinPitch": -1,
"MaxVolume": 0,
"MinVolume": -3
},
"StartDelay": 0.1,
"Probability": 50,
"Looping": true,
"Volume": -4.0
},
{
"Files": [
"Sounds/NPC/Shared/Footsteps/Hoof/Hoof_Medium_Run_01.ogg",
"Sounds/NPC/Shared/Footsteps/Hoof/Hoof_Medium_Run_02.ogg",
"Sounds/NPC/Shared/Footsteps/Hoof/Hoof_Medium_Run_03.ogg",
"Sounds/NPC/Shared/Footsteps/Hoof/Hoof_Medium_Run_04.ogg"
],
"RandomSettings": {
"MinVolume": -5,
"MinPitch": -3,
"MaxPitch": 3
},
"Looping": true,
"Volume": 6.0
}
],
"Volume": 0,
"PreventSoundInterruption": true,
"AudioCategory": "AudioCat_NPC_Wolf",
"Parent": "SFX_Attn_Quiet"
}