Files
turnbasedgamedata/Config/Sound/PropSoundOverrideProfileConfig.json
2024-10-21 03:16:22 -03:00

49 lines
1005 B
JSON

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