9c16f4a70f
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/42 Co-authored-by: snekcode <snekcode@noreply.dev.sp-tarkov.com> Co-committed-by: snekcode <snekcode@noreply.dev.sp-tarkov.com>
25 lines
631 B
JSON
25 lines
631 B
JSON
{
|
|
"victim": {
|
|
"responseChancePercent": 25,
|
|
"responseTypeWeights": {
|
|
"positive": 8,
|
|
"negative": 2,
|
|
"plead": 2
|
|
},
|
|
"stripCapitalisationChancePercent": 25,
|
|
"allCapsChancePercent": 25,
|
|
"appendBroToMessageEndChancePercent": 35
|
|
},
|
|
"killer": {
|
|
"responseChancePercent": 20,
|
|
"responseTypeWeights": {
|
|
"positive": 5,
|
|
"negative": 2,
|
|
"plead": 2
|
|
},
|
|
"stripCapitalisationChancePercent": 25,
|
|
"allCapsChancePercent": 25,
|
|
"appendBroToMessageEndChancePercent": 35
|
|
}
|
|
}
|