Jump to content

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
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...

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
×
  • Create New...