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

26 lines
731 B
JSON
Raw Normal View History

2024-11-28 06:37:49 +00:00
[
{
"Type": "SoundClass",
"Name": "Bullet_Impacts",
"Class": "UScriptClass'SoundClass'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Properties": {
"Volume": 0.001,
"LFEBleed": 0.5,
"VoiceCenterChannelVolume": 1.0,
"bApplyAmbientVolumes": true
},
"ChildClasses": [
{
"ObjectName": "SoundClass'SC_Bullet_Impact_Enemy'",
"ObjectPath": "/Game/Sound/Mixer/SC_Bullet_Impact_Enemy.0"
}
],
"ParentClass": {
"ObjectName": "SoundClass'SC_All_SFX'",
"ObjectPath": "/Game/Sound/Mixer/SC_All_SFX.0"
}
}
}
]