d375879a3a
* 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>
10 lines
106 B
JSON
10 lines
106 B
JSON
{
|
|
"healthMultipliers": {
|
|
"blacked": 0.1,
|
|
"death": 0.3
|
|
},
|
|
"save": {
|
|
"health": true
|
|
}
|
|
}
|