SFX_Dirt_Break
Server/Audio/SoundEvents/BlockSounds/Dirt/SFX_Dirt_Break.json, 1.0 KB
Fields
| Field | Type |
|---|---|
Layers | array[3] |
Volume | number |
PreventSoundInterruption | boolean |
Parent | string |
Source
{
"Layers": [
{
"Files": [
"Sounds/Blocks/Dirt/Dirt_Break_01.ogg"
],
"RandomSettings": {
"MinVolume": -2,
"MinPitch": -2,
"MaxPitch": 2
},
"StartDelay": 0,
"Volume": 1.0
},
{
"Files": [
"Sounds/Blocks/Generic/Block_Break_Success_01.ogg"
],
"Volume": 6.0,
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 2,
"MinVolume": -2
}
},
{
"Files": [
"Sounds/Blocks/Grass/Grass_Break_Leaves_01.ogg",
"Sounds/Blocks/Grass/Grass_Break_Leaves_02.ogg",
"Sounds/Blocks/Grass/Grass_Break_Leaves_03.ogg",
"Sounds/Blocks/Grass/Grass_Break_Leaves_04.ogg",
"Sounds/Blocks/Grass/Grass_Break_Leaves_05.ogg"
],
"Volume": -4.0,
"RandomSettings": {
"MinVolume": -15,
"MinPitch": -3,
"MaxPitch": 3
},
"StartDelay": 0.1
}
],
"Volume": -10,
"PreventSoundInterruption": true,
"Parent": "SFX_Attn_Quiet"
}