mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
74 lines
1.7 KiB
JSON
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
|
|
}
|
|
}
|
|
]
|
|
} |