Files
SPT-Server-Build/Libraries/SPTarkov.Server.Assets/SPT_Data/configs/health.json
T
DrakiaXYZ d375879a3a Fix post-raid health (#661)
* Fix post-raid health
- Re-add death penalty for limbs
- Correctly set body part HP to 1 for cursed death only
- Use the server profile body part max HP for calculating penalties
- Never modify the body part max HP on the profile
- Remove ResetMaxLimbHp as it's unnecessary if we never update max HP elsewhere

* Formatting

* Remove unnecessary null coalescing

* Stupid formatting

---------

Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
2025-10-26 08:47:40 +00:00

10 lines
106 B
JSON

{
"healthMultipliers": {
"blacked": 0.1,
"death": 0.3
},
"save": {
"health": true
}
}