Files
turnbasedgamedata/Config/Sound/PropSoundOverrideProfileConfig.json
2025-02-24 07:50:34 -03:00

74 lines
1.7 KiB
JSON

{
"OverridePropSoundConfigs": [
{
"ID": 1,
"Description": "衰减范围50/20",
"SoundAttenuationConfig": {
"RTPCName": "RTPC_Adventure_Bgm_SideChain",
"MaxRTPCValue": 100,
"MaxDistance": 50,
"ZeroDistance": 20
}
},
{
"ID": 2,
"Description": "衰减范围15/3",
"SoundAttenuationConfig": {
"RTPCName": "RTPC_Adventure_Bgm_SideChain",
"MaxRTPCValue": 100,
"MaxDistance": 15,
"ZeroDistance": 3
}
},
{
"ID": 3,
"Description": "衰减范围40/4",
"SoundAttenuationConfig": {
"RTPCName": "RTPC_Adventure_Bgm_SideChain",
"MaxRTPCValue": 100,
"MaxDistance": 40,
"ZeroDistance": 4
}
},
{
"ID": 4,
"Description": "衰减范围28/3",
"SoundAttenuationConfig": {
"RTPCName": "RTPC_Adventure_Bgm_SideChain",
"MaxRTPCValue": 100,
"MaxDistance": 28,
"ZeroDistance": 3
}
},
{
"ID": 5,
"Description": "衰减范围10/2",
"SoundAttenuationConfig": {
"RTPCName": "RTPC_Adventure_Bgm_SideChain",
"MaxRTPCValue": 100,
"MaxDistance": 10,
"ZeroDistance": 2
}
},
{
"ID": 6,
"Description": "衰减范围25/8",
"SoundAttenuationConfig": {
"RTPCName": "RTPC_Adventure_Bgm_SideChain",
"MaxRTPCValue": 100,
"MaxDistance": 25,
"ZeroDistance": 8
}
},
{
"ID": 6,
"Description": "衰减范围28/40",
"SoundAttenuationConfig": {
"RTPCName": "RTPC_Adventure_Bgm_SideChain",
"MaxRTPCValue": 100,
"MaxDistance": 40,
"ZeroDistance": 28
}
}
]
}