4da70b80d3
Addresses: https://dev.sp-tarkov.com/SPT-AKI/Issues/issues/443 Re-added the ability to keep pocket items on death. The reason for the naming is to not confuse the root `Pockets` item. Where as `PocketItems` is a better descriptive fit for the behaviour. New property in lostondeath.json -> `equipment.PocketItems` default `true` to discard items in pockets as normal on death. Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com> Reviewed-on: https://dev.sp-tarkov.com/SPT-AKI/Server/pulls/246 Co-authored-by: Cj <cj@noreply.dev.sp-tarkov.com> Co-committed-by: Cj <cj@noreply.dev.sp-tarkov.com>
22 lines
508 B
JSON
22 lines
508 B
JSON
{
|
|
"equipment": {
|
|
"ArmBand": false,
|
|
"Compass": false,
|
|
"Headwear": true,
|
|
"Earpiece": true,
|
|
"FaceCover": true,
|
|
"ArmorVest": true,
|
|
"Eyewear": true,
|
|
"TacticalVest": true,
|
|
"PocketItems": true,
|
|
"Backpack": true,
|
|
"Holster": true,
|
|
"FirstPrimaryWeapon": true,
|
|
"SecondPrimaryWeapon": true,
|
|
"Scabbard": false,
|
|
"SecuredContainer": false
|
|
},
|
|
"questItems": true,
|
|
"specialSlotItems": false
|
|
}
|