SFX_Plushie_Break
Server/Audio/SoundEvents/BlockSounds/Plushie/SFX_Plushie_Break.json, 1.2 KB
Fields
| Field | Type |
|---|---|
AudioCategory | string |
Layers | array[2] |
PreventSoundInterruption | boolean |
Volume | number |
MaxInstance | number |
Pitch | number |
Parent | string |
Source
{
"AudioCategory": "AudioCat_BlockSounds",
"Layers": [
{
"Files": [
"Sounds/Items/Plushie/Plushie_Break_01.ogg",
"Sounds/Items/Plushie/Plushie_Break_02.ogg",
"Sounds/Items/Plushie/Plushie_Break_03.ogg",
"Sounds/Items/Plushie/Plushie_Break_04.ogg",
"Sounds/Items/Plushie/Plushie_Break_05.ogg"
],
"Volume": 0,
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 2,
"MinVolume": -2
},
"Probability": 100,
"RoundRobinHistorySize": 2
},
{
"Files": [
"Sounds/Items/Plushie/Plushie_Break_Squeal_01.ogg",
"Sounds/Items/Plushie/Plushie_Break_Squeal_02.ogg",
"Sounds/Items/Plushie/Plushie_Break_Squeal_03.ogg",
"Sounds/Items/Plushie/Plushie_Break_Squeal_04.ogg",
"Sounds/Items/Plushie/Plushie_Break_Squeal_05.ogg"
],
"Volume": -1,
"StartDelay": 0.1,
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 2,
"MinVolume": -2
},
"Probability": 100,
"RoundRobinHistorySize": 2
}
],
"PreventSoundInterruption": false,
"Volume": 0,
"MaxInstance": 5,
"Pitch": 0,
"Parent": "SFX_Attn_Quiet"
}