SFX_Memories_Unlock_Local
Server/Audio/SoundEvents/SFX/Crafting/SFX_Memories_Unlock_Local.json, 444 B
Fields
| Field | Type |
|---|---|
AudioCategory | string |
Layers | array[1] |
Volume | number |
PreventSoundInterruption | boolean |
DuckingRules | array[1] |
Source
{
"AudioCategory": "AudioCat_SFX",
"Layers": [
{
"Files": [
"Sounds/UI/Memories_Bench/Memories_Unlock_Stereo_01.ogg"
],
"Volume": -4
}
],
"Volume": 0.0,
"PreventSoundInterruption": true,
"DuckingRules": [
{
"TargetCategory": "AudioCat_Music",
"DuckingVolumeDb": -12,
"AttackMs": 500,
"ReleaseMs": 2500,
"Curve": "SCurve",
"ReleaseCurve": "SCurve"
}
]
}