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
chomp 457a4607f4 Feature: Add more PMC responses + lower chance for response (!57)
Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com>
Reviewed-on: SPT-AKI/Server#57
2023-03-10 11:08:41 +00:00

25 lines
631 B
JSON

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