Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
Knock yourself out
File credits
Thanks to Lunisole/Ghostboats for showing me the hidden PROC_SelfHealing_Disable Osiris function that makes this work
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1.0
Allow NPCs to heal to full when the player long rests or changes regions.
Version 1.0.0
Initial version
Many NPCs in Baldur's Gate 3 do a free, instant heal-to-full when they're out-of-combat. This mod disables this heal for any NPC that has attacked or been attacked by a player character, until the player long rests or changes regions.
How this works
Any NPC that attacks a player or is attacked by a player can no longer self-heal. We keep track of these NPCs and which region they're in.
After you long rest, we go through each NPC in the current region (that we've tagged with the no-free-heals effect) and heal them to full.
If you enter a new region, the NPCs in the previous region will get healed to full when you re-enter the previous region, even if you haven't long rested -- changing regions gives the NPCs enough space to breathe that they heal to full while you're gone.
Wizardry
Hat tip to Lunisole and Ghostboats, you guys are wizards!