SFX_Plushie_Hit
Server/Audio/SoundEvents/BlockSounds/Plushie/SFX_Plushie_Hit.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Layers | array[2] |
PreventSoundInterruption | boolean |
Volume | number |
MaxInstance | number |
Pitch | number |
Parent | string |
Source
{
"Layers": [
{
"Files": [
"Sounds/Items/Plushie/Plushie_Hit_01.ogg",
"Sounds/Items/Plushie/Plushie_Hit_02.ogg",
"Sounds/Items/Plushie/Plushie_Hit_03.ogg",
"Sounds/Items/Plushie/Plushie_Hit_04.ogg",
"Sounds/Items/Plushie/Plushie_Hit_05.ogg"
],
"Volume": 0,
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 2,
"MinVolume": -2
},
"Probability": 100
},
{
"Files": [
"Sounds/Items/Plushie/Plushie_Hit_Squeal_01.ogg",
"Sounds/Items/Plushie/Plushie_Hit_Squeal_02.ogg",
"Sounds/Items/Plushie/Plushie_Hit_Squeal_03.ogg",
"Sounds/Items/Plushie/Plushie_Hit_Squeal_04.ogg",
"Sounds/Items/Plushie/Plushie_Hit_Squeal_05.ogg"
],
"Volume": 0,
"StartDelay": 0.1,
"RandomSettings": {
"MinPitch": -2,
"MaxPitch": 2,
"MinVolume": -2
},
"Probability": 100
}
],
"PreventSoundInterruption": false,
"Volume": -2,
"MaxInstance": 5,
"Pitch": 0,
"Parent": "SFX_Attn_Quiet"
}