ITR2_ASSET/IntoTheRadius2/Content/Sound/Effects/Chain_Rupor.json

27 lines
810 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SoundEffectSourcePresetChain",
"Name": "Chain_Rupor",
"Class": "UScriptClass'SoundEffectSourcePresetChain'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Chain": [
{
"Preset": {
"ObjectName": "SourceEffectEQPreset'SE_Rupor_EQ'",
"ObjectPath": "/Game/Sound/Effects/Source_Effects/SE_Rupor_EQ.0"
},
"bBypass": false
},
{
"Preset": {
"ObjectName": "SourceEffectStereoDelayPreset'SE_Rupor_Delay'",
"ObjectPath": "/Game/Sound/Effects/Source_Effects/SE_Rupor_Delay.0"
},
"bBypass": false
}
],
"bPlayEffectChainTails": true
}
}
]