Files
SPT-Server-Build/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/pmcchatresponse.json
T
Cj 07f57e16a8 Task: Rename Assets folder to SPT_Data (#394)
* Rename `Assets` to `SPT_Data`

* Added GZ 20+ variant to repeatable quest system #395

* Repeatable code cleanup

* Removed PMC level check for repeatable Quest pool generation #395
they will always generate for both GZ variants

* Rename `Assets` to `SPT_Data`

---------

Co-authored-by: Chomp <dev@dev.sp-tarkov.com>
2025-06-15 09:54:33 +01:00

26 lines
653 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,
"pity": 1
},
"stripCapitalisationChancePercent": 20,
"allCapsChancePercent": 15,
"appendBroToMessageEndChancePercent": 15
}
}