07f57e16a8
* 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>
26 lines
653 B
JSON
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
|
|
}
|
|
}
|