SFX_Wood_Break
Server/Audio/SoundEvents/BlockSounds/Wood/SFX_Wood_Break.json, 477 B
Fields
| Field | Type |
|---|---|
Layers | array[2] |
PreventSoundInterruption | boolean |
Volume | number |
MaxInstance | number |
Parent | string |
Source
{
"Layers": [
{
"Files": [
"Sounds/Blocks/Wood/Wood_Break_01.ogg"
],
"RandomSettings": {
"MinVolume": -2,
"MinPitch": -2,
"MaxPitch": 1.5
},
"StartDelay": 0,
"Volume": 1.0
},
{
"Files": [
"Sounds/Blocks/Generic/Block_Break_Success_01.ogg"
],
"Volume": 6.0
}
],
"PreventSoundInterruption": true,
"Volume": -5,
"MaxInstance": 7,
"Parent": "SFX_Attn_Quiet"
}