About this mod
A script mod that regenerates life, with tweakable settings
- Permissions and credits
- Changelogs
This mod will regenerate your life. By default when not on combat and only up to 25% (was personally for me to remove the red screen)
Compatibility
Should be compatible with any mod
Installation
- Extract Archive
- Drop content into your KCD2\Mods folder (create if not exists)
Editable Settings
In order to change the settings of the mod, after installing it:
- Open the mod data\HealthRegen.pak with either Windows Explorer (rename to .zip temporarily) or TotalCommander (do not use 7zip or WinRar)
- Extract the Systems\healthregen.lua file
- Edit the values below as needed
- Put back the edited healthregen.lua file inside the .pak (drag and drop), and replace / overwrite it
-- #####################################
-- USER Editable
-- Edit those values to your need
healthregen.regen_health_onlywhennotincombat = true; -- Only regen outside of combat
healthregen.regen_health_rate = 1; -- How many HP per second
healthregen.regen_health_max = 25; -- Maximum HP (25 is when you don't see red anymore)
healthregen.check_timer_period = 2000; -- How often regen is triggered
-- #####################################