Originally Posted by
MrDDT
I'm going to assume a few things, like it's not temp HP, you only wanted it once a turn, etc.
This code will require
Advanced Effects and Better Combat Effects Gold.
This below goes on the weapon itself.
SDMGADDS: LoveTap; DUSE; ATURN
(Make sure to click action only)
This below goes in the effects list in the top right.
LoveTap;IF:Bloodied; REGENE: 5
DUSE will cause it to disable each attack, ATURN turns it back on at the start of any turn (note this is not start of round, so this can make it happen 2 times in a round, but only once a turn)
This also will heal at the end users turn. There are other ways to automate it but seemed like this one fit the best. You can use REGENA: 5 if you want it to insta heal, however, that can have other issues I've seen.
Let me know how it works out for you.