Jump to content

Help with a custom perk (Abs Health on hit)


LordWolfBurn

Recommended Posts

Basically, I was trying to make a custom perk for Two-handed tree. I made it so it applies Combat hit spell, basically identical to how Hack and slash (bleed with axes) works. The spell absorbs health on contact, and I've added the perk to tree.

 

The problem being, it doesn't work in game. As in, no health is being absorbed.

 

I've made new spell form just for this, its Fire and Forget and delivery is Contact. The effect it uses is the already existing EnchAbsorbHealthFFContact, which technically is meant for enchantments, but it shouldn't have problem with that since I checked in magic effect for bleed perk with axes and its virtually the same, except one damages health while other absorbs.

 

Anyone has any idea why this doesn't work?

Link to comment
Share on other sites

Your effect for PerkAbsorbHealthBloodthirst is set to ValueModifier -> Health just like PerkBleedingDamage. That means it's going to damage health, not absorb it. If you want it to absorb, set its Effect Archetype to Absorb. You may or may not need to uncheck Detrimental.

 

The script on your effect doesn't actually absorb any health, it just applies visual effects.

Edited by Xander9009
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...