mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 05:50:44 -05:00
25 lines
633 B
JSON
25 lines
633 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
|
||
|
}
|
||
|
}
|