SFX_Cow_Death
Server/Audio/SoundEvents/SFX/NPC/Livestock/Cow/SFX_Cow_Death.json, 487 B
Fields
| Field | Type |
|---|---|
Layers | array[1] |
MaxInstance | number |
Volume | number |
PreventSoundInterruption | boolean |
AudioCategory | string |
Parent | string |
Source
{
"Layers": [
{
"Files": [
"Sounds/NPC/Livestock/Cow/Cow_Death_01.ogg",
"Sounds/NPC/Livestock/Cow/Cow_Death_02.ogg",
"Sounds/NPC/Livestock/Cow/Cow_Death_03.ogg"
],
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 2,
"MinVolume": -3
},
"Volume": 0
}
],
"MaxInstance": 5,
"Volume": -4.0,
"PreventSoundInterruption": true,
"AudioCategory": "AudioCat_NPC_Cow",
"Parent": "SFX_Attn_Moderate"
}