0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:10:43 -05:00
server/project/assets/configs/pmcchatresponse.json

26 lines
653 B
JSON
Raw Normal View History

{
"victim": {
"responseChancePercent": 7,
"responseTypeWeights": {
"positive": 7,
"negative": 2,
"plead": 2
},
"stripCapitalisationChancePercent": 20,
"allCapsChancePercent": 20,
"appendBroToMessageEndChancePercent": 35
},
"killer": {
"responseChancePercent": 16,
"responseTypeWeights": {
"positive": 5,
"negative": 2,
"plead": 2,
"pity": 1
},
"stripCapitalisationChancePercent": 20,
"allCapsChancePercent": 15,
"appendBroToMessageEndChancePercent": 15
}
}