Jump to content

Giving My Character Wigfrid's Health Steal


Recommended Posts

Wigfrids health steal is a part of the BattleBorn component. The healing itself is done in the OnAttack() method. It works based on the self.battleborn field. I think you should be able to add the component to your character and disable sanity gain with self.sanity_enabled.

  • Thanks 1
Link to comment
Share on other sites

1 hour ago, -LukaS- said:

Wigfrids health steal is a part of the BattleBorn component. The healing itself is done in the OnAttack() method. It works based on the self.battleborn field. I think you should be able to add the component to your character and disable sanity gain with self.sanity_enabled.

Thanks! Turns out Absorption is for absorbing incoming damage, not absorbing the enemy's health...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...