Server/project/assets/configs/pmcchatresponse.json
chomp d595e26ee6 Feature: Allow PMCs that kill the player to message them a positive/negative message (!81)
Store bots spawned in raid inside cache (`MatchBotDetailsCacheService`)
Clear cache after raid

Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/81
2023-03-22 10:25:34 +00:00

25 lines
630 B
JSON

{
"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
},
"stripCapitalisationChancePercent": 20,
"allCapsChancePercent": 15,
"appendBroToMessageEndChancePercent": 15
}
}