SFX_Cloth_Break
Server/Audio/SoundEvents/BlockSounds/Cloth/SFX_Cloth_Break.json, 631 B
Fields
| Field | Type |
|---|---|
Layers | array[2] |
PreventSoundInterruption | boolean |
Volume | number |
MaxInstance | number |
Parent | string |
Source
{
"Layers": [
{
"Files": [
"Sounds/Blocks/Cloth/Cloth_Break_01.ogg",
"Sounds/Blocks/Cloth/Cloth_Break_02.ogg",
"Sounds/Blocks/Cloth/Cloth_Break_03.ogg",
"Sounds/Blocks/Cloth/Cloth_Break_04.ogg"
],
"Volume": 3,
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 1.5,
"MinVolume": -2
},
"Probability": 100
},
{
"Files": [
"Sounds/Blocks/Generic/Block_Break_Success_01.ogg"
],
"Volume": 6.0
}
],
"PreventSoundInterruption": true,
"Volume": -3,
"MaxInstance": 5,
"Parent": "SFX_Attn_Quiet"
}