8b23039e7a
Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/65
25 lines
630 B
JSON
25 lines
630 B
JSON
{
|
|
"victim": {
|
|
"responseChancePercent": 7,
|
|
"responseTypeWeights": {
|
|
"positive": 7,
|
|
"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
|
|
}
|
|
}
|