• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Blood Hunter

Irondrake

Active member
Ok it looks like the Witch Hunter was replaced by the Blood Hunter when it was submitted to the DM's Guild. I started entering the class into Hero Lab and ran into trouble on the second skill that's granted, "Crimson Rite".

This skill is complex and I have no idea how to proceed on creating it properly. The first thing it allows is for you to pick a Primal Rite (elemental damage type) at level 1, 6, and 11. It also allows you to pick an Esoteric Rite (other damage types) at level 14. There are three Primal Rites and three Esoteric Rites to choose from.

Then when one of these are activated in play it reduces your maximum hit points by your level (until a certain level, another ability changes this later on I think). Activation adds the elemental damage type to your weapon attacks. This damage amount changes as you level. At level 1 it starts as 1d4.

For example, if the character has chosen the Rite of the Flame then activated it, their weapon attacks would add the normal damage plus 1d4 fire damage.

So the question is HOW can I make all this work in Hero Lab? I've added subclasses and worked on the Bladesinger early on but this seems like a beast compared to that.
 
Start by getting the over arching class picks entered. Then we can try asking some of the more experienced scripters for help with the code.
 
Small problem, well...one of many, but I noticed Hero Lab will let you set up 5 class ability selections. Only three are working. For the Blood Hunter, I've found I need to use all 5 because there are so many selections required for the class. Right now I have Fighting Style, Blood Hunter Order, and Blood Curses that are working. The ones not working the 4th and 5th, Primal Rites and Esoteric Rites. Is there a way to get the 4th and 5th Class Ability picks to work?
 
Small problem, well...one of many, but I noticed Hero Lab will let you set up 5 class ability selections. Only three are working. For the Blood Hunter, I've found I need to use all 5 because there are so many selections required for the class. Right now I have Fighting Style, Blood Hunter Order, and Blood Curses that are working. The ones not working the 4th and 5th, Primal Rites and Esoteric Rites. Is there a way to get the 4th and 5th Class Ability picks to work?
5e may have no UI logic to display that many tables. LW could have assumed they would never be needed. Or this is a bug. The best place to ask would be to put in an official bug report and see what LW says.

These Custom abilities you are adding are they a huge list of that will be added to all the time (ie new books will add new options)? You said before Primal Rite (elemental damage type) which is pre-set the elemental types. You wont be adding new elemental types in the future will you? And if more are added wouldn't they be added as a CORE feature of 5e? Meaning why not already use the Elemental Selection Helpers the community added instead?

Esoteric Rite (other damage types). Damage types are already inputted into 5e already. Wouldn't allowing a choice of all ready existing damage type be better then re-entering each and every damage type twice? Unless Damage Type in this class means something different than what is in 5e HL?

I would recommend your abilities use Custom Expressions to allow these choices then setting up Custom Abilities. This way you setup "Primal Rite" ability one time in the editor and you just bootstrap it 3 times to the class at levels 1, 6, and 11 allowing each level to pick a different elemental type.
 
Primal Rite and Esoteric Rite do not change the weapon damage type, it changes the type of damage for the Crimson Rite die which is added to weapon damage. That's a whole OTHER problem though. I do think Custom Expressions and setting up one ability for Primal Rite and one for Esoteric Rite would be the way to go. I'm not very familiar with custom expressions though. Do you know if there is an example of this in the 5E data files I can check out?

There are three Primal Rites and three Esoteric Rites. A sub-class option adds in another Esoteric Rite type as well. We aren't adding any elemental types or damage types, they are all the preset 5E types. Each Rite has a name and when selected, the Crimson Rite becomes that damage type. The Rite would be selected when invoking the Crimson Rite.
 
Last edited:
Back
Top