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

32 lines
792 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SubmixEffectSubmixEQPreset",
"Name": "WeaponFire__EQ_Preset",
"Class": "UScriptClass'SubmixEffectSubmixEQPreset'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Settings": {
"EQBands": [
{
"Frequency": 90.0,
"Bandwidth": 10.0,
"GainDb": 0.0,
"bEnabled": false
},
{
"Frequency": 500.0,
"Bandwidth": 2.0,
"GainDb": -1.0,
"bEnabled": false
},
{
"Frequency": 2000.0,
"Bandwidth": 2.0,
"GainDb": -1.0,
"bEnabled": false
}
]
}
}
}
]