Nightingale added a new file:
QuoteDisplay MoreInitially made this for myself, since I wanted to balance and play around with item properties.
I wanted to do things like:
- setting recoil/other stat multipliers for some weapon groups based on their caliber or their name(MDRs, SCARs, Glocks, ect.)
- removing turn rate modifier from any equipment(including face shields, SLAAPs, etc.) lolipanic
- making earpiece wearable with heavy helmets
- NVGs wearable with face shields
- combining different helmets with different visors (not always pretty)
- changing food/medical items use time and other props
- changing tactical headset properties
- and so on...
So basically this mod lets you do exactly that and anything else you want to do with item properties.
In general to use it you set up a query which will filter items by set conditions and then multiply or set those item's property values. So you can change several items at the same time or just one individually.
While already mentioned in the Readme, here are resources I used which might help you understand what properties do Tarkov items have and how you should edit them:
- SP-Tarkov Database Search. Very convenient and was enough for me in most cases.
- Recoil Properties Explanation
- Your SPT-AKI's \Aki_Data\Server\database\templates\items.json, more relevant to your SP Tarkov version than DB search, but use it only as reference, do not mess it up.
It's recommended to use an editor which supports JSON format (e.g. VSCode/VSCodium) to avoid making mistakes in the structure.
Always keep a profile backup if you are worried about how some item changes you've set up might affect your profile.
More details and examples on how to use it are in Readme.pdf.