fryciarz7 added a new file:
QuoteDisplay MoreOriginal mod by Capataina found here, updated by MNSTR found here.
If they decide they want to continue development on the mod and want mine removed I will but until then I will be taking it over and iterating on it.
Description:
Config has since been split into two parts which all hinges on the first line of "split_PMC_and_Scav"; if it is set to false then the mod will only use the PMC values for everything.
Pretty simple, it increases your maximum health depending on the level of the player. The base amount is as follows:
Chest: 2
Head: 2
Left Arm: 3
Left Leg: 3
Right Arm: 3
Right Leg: 3
Stomach: 2
Total: 18 health per increment (the default is every 5 levels)
Mod also takes into consideration your hub.sp-tarkov.com/attachment/9173/ Health skill level. For every increment (by default every 1 skill level) you get additional 7 HP (by default, as there are 7 body parts).
This is turned on by default and can be configured for both PMC and Scav in config file → "health_per_health_skill_level".
Increment and HP values are configurable:
- How many skill levels per increment: "health_skill_levels_per_increment",
- How many HP per body part: "health_skill_<bodypart>".
Alternative Health Boost
Big thanks to TeaCrab131 for developing alternative method of health boost. Currently 3.11 doesn't have any AI mod yet, the bots are very aggressively trying to aim for the head, so a
head_boost
multiplier is added so players have a bit more leeway when it comes to surviving head shots. Disabled by default.Added option for Alternative mode of adding bonus health.
- Each part of the body has a customized base health
- Each part of the body receives bonus health at different level intervals
- Health skill provides a skill level x percentage boost to the customized base health
- Health skill level bonus is now a multiplier on the Alternative Base Health Preset
- Head HP modifier to help surviving aimbots (default x 3.0)
- Staggered health bonus per nth-level:
- Every 3 level: Arm HP +3
- Every 5 level: Stomach HP +7 and Leg HP +5
- Every 7 level: Head HP +5, Thorax HP +7
Alt Base Lv. 21 Lv. 51 Lv. 99 (+) Skill Elite ABSOLUTE MAX Thorax 90 +41 +49 +100 (98) +60 +120 310 Head 30 (90) +15 +35 +75 (70) +15 (45) +30 (90) 135 (255) Stomach 90 +28 +70 +135 (133) +37 +75 300 Arms 60 +21 +51 +100 (99) +22 +45 205 Legs 75 +20 +50 +100 (95) +30 +60 235
Currently this mod changes HP of player only, not AIs.This mod changes HP of AIs as well, configurable and enabled by default.
Config:
To change health values go to config/config.json5
- Whether or not the health values for PlayerScav and PMC should be split/independent of each other,
- Should the mod keep bleeding chance somewhat consistent,
- Should the mod increase your resistance to bleeding by a very small margin,
- How many levels until health increase (default is 5),
- How much to increase each body part by per increment,
- The base health of the PMC/Scav as well,
- Should it consider your Health skill level,
- How many Health skill levels until health increase (default is 1),
- How much to increase each body part by per Health skill increment.
Installation:
Unzip capatainamnstrfryciarz7-healthperlevel.zip into your SPT folder
Uninstallation:
If you are willing to remove this mod, first disable the mod in it's config file and start the server and the game so the health pools are restored to default.