ITR2_ASSET/IntoTheRadius2/Content/Sound/Mixer/SC_Grab_Item.json

27 lines
737 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SoundClass",
"Name": "SC_Grab_Item",
"Class": "UScriptClass'SoundClass'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Properties": {
"bApplyAmbientVolumes": true
},
"PassiveSoundMixModifiers": [
{
"SoundMix": {
"ObjectName": "SoundMix'SCM_Grab'",
"ObjectPath": "/Game/Sound/Mixer/Submixes/SCM_Grab.0"
},
"MinVolumeThreshold": 0.0,
"MaxVolumeThreshold": 10.0
}
],
"ParentClass": {
"ObjectName": "SoundClass'Player'",
"ObjectPath": "/Game/Sound/Mixer/Player.0"
}
}
}
]