SFX_Sheep_Run
Server/Audio/SoundEvents/SFX/NPC/Livestock/Sheep/SFX_Sheep_Run.json, 974 B
Fields
| Field | Type |
|---|---|
Layers | array[2] |
Volume | number |
PreventSoundInterruption | boolean |
AudioCategory | string |
Parent | string |
Source
{
"Layers": [
{
"Files": [
"Sounds/NPC/Livestock/Sheep/Sheep_Alerted_01.ogg",
"Sounds/NPC/Livestock/Sheep/Sheep_Alerted_02.ogg"
],
"RandomSettings": {
"MinVolume": -3,
"MaxVolume": 0,
"MinPitch": -1,
"MaxPitch": 1
},
"Probability": 25,
"StartDelay": 0.1,
"Volume": -17.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"
],
"Looping": true,
"Volume": 1.0,
"RandomSettings": {
"MinVolume": -5,
"MinPitch": -2,
"MaxPitch": 2
}
}
],
"Volume": 0,
"PreventSoundInterruption": true,
"AudioCategory": "AudioCat_NPC_Sheep",
"Parent": "SFX_Attn_Quiet"
}